From ce2cab6a4e96d7c5cd4d9cb398b0a5743cbe8aa6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 29 Aug 2026 05:02:16 +0000 Subject: [PATCH] CompatHelper: bump compat for NeuralNetworkParameters to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b65825b4..2452dda9 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ GeometricSolutions = "0.6" HDF5 = "0.16, 0.17" KernelAbstractions = "0.9" NNlib = "0.8, 0.9" -NeuralNetworkParameters = "0.2.2" +NeuralNetworkParameters = "0.2.2, 0.3" ProgressMeter = "1" SafeTestsets = "0.1" SymbolicNeuralNetworks = "0.7"