From 0461fe3e37cf9b0ce3cb28fc5dabf7107cef439f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 30 Sep 2023 01:14:40 +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 77ff2783..7136dd36 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ FiniteMesh = "0.3" ForwardDiff = "0.10" JLD2 = "0.4" MultivariatePolynomials = "0.3, 0.4, 0.5" -NonlinearSolve = "^1" +NonlinearSolve = "^1, 2" OffsetArrays = "1.8" Optim = "^1" Parameters = "0.12"