From d6208903099d0d50501a7e242f3bd5bdc62b44db Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 26 Mar 2025 16:10:20 +0000 Subject: [PATCH] CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c96c84b990..58bdfc9d7b 100644 --- a/Project.toml +++ b/Project.toml @@ -75,7 +75,7 @@ FastClosures = "0.3.2" FastLevenbergMarquardt = "0.1" FiniteDiff = "2.24" FixedPointAcceleration = "0.3, 1" -ForwardDiff = "0.10.36" +ForwardDiff = "0.10.36, 1" Hwloc = "3" InteractiveUtils = "<0.0.1, 1" LeastSquaresOptim = "0.8.5"