From 91a68872c9ed857214a83f2464e8f88f28ac527f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 26 Mar 2025 16:13:50 +0000 Subject: [PATCH] CompatHelper: bump compat for ForwardDiff in [weakdeps] to 1 for package NonlinearSolveQuasiNewton, (keep existing compat) --- lib/NonlinearSolveQuasiNewton/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NonlinearSolveQuasiNewton/Project.toml b/lib/NonlinearSolveQuasiNewton/Project.toml index 7ebb52f88..8e1d35f87 100644 --- a/lib/NonlinearSolveQuasiNewton/Project.toml +++ b/lib/NonlinearSolveQuasiNewton/Project.toml @@ -35,7 +35,7 @@ DiffEqBase = "6.158.3" Enzyme = "0.13.12" ExplicitImports = "1.5" FiniteDiff = "2.24" -ForwardDiff = "0.10.36" +ForwardDiff = "0.10.36, 1" Hwloc = "3" InteractiveUtils = "<0.0.1, 1" LineSearch = "0.1.4"