From dd5e344960f711d240fe13379dab463f1a7c61ce Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 4 Nov 2024 00:38:37 +0000 Subject: [PATCH] CompatHelper: bump compat for SimpleNonlinearSolve to 2 for package NonlinearProblem, (keep existing compat) --- benchmarks/NonlinearProblem/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/NonlinearProblem/Project.toml b/benchmarks/NonlinearProblem/Project.toml index 16ebc3015..d7fac733d 100644 --- a/benchmarks/NonlinearProblem/Project.toml +++ b/benchmarks/NonlinearProblem/Project.toml @@ -40,7 +40,7 @@ PolyesterForwardDiff = "0.1" PrettyTables = "2" SciMLBenchmarks = "0.1" Setfield = "1" -SimpleNonlinearSolve = "1" +SimpleNonlinearSolve = "1, 2" SparseDiffTools = "2" SpeedMapping = "0.3" StableRNGs = "1"