From 2e7c689afca962983dde113cba3c2d064d349e3e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 9 Dec 2023 00:18:03 +0000 Subject: [PATCH] CompatHelper: bump compat for NonlinearSolve to 3 for package downstream, (keep existing compat) --- test/downstream/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/downstream/Project.toml b/test/downstream/Project.toml index 4a9ac58ed..91866d33a 100644 --- a/test/downstream/Project.toml +++ b/test/downstream/Project.toml @@ -16,7 +16,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" BoundaryValueDiffEq = "5" ForwardDiff = "0.10" ModelingToolkit = "8.37" -NonlinearSolve = "2" +NonlinearSolve = "2, 3" Optimization = "3" OptimizationOptimJL = "0.1" OrdinaryDiffEq = "6.33"