From 97c23a276a48fe5ad0281323cf57a918c04ef594 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 30 Sep 2023 00:43:43 +0000 Subject: [PATCH] CompatHelper: bump compat for NonlinearSolve to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ff2db36d..f80a120a 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ Distributions = "0.21.10, 0.22, 0.23, 0.24, 0.25" ForwardDiff = "0.10" Lazy = "<0.15, 0.15" LoopVectorization = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12" -NonlinearSolve = "1" +NonlinearSolve = "1, 2" PDMats = "0.10, 0.11" Parameters = "<0.13" Plots = "0.27, 0.28, 0.29, 1.0"