From a5d58a6874be9eca065cce44af02f79548242c63 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 9 Dec 2023 00:04:40 +0000 Subject: [PATCH] CompatHelper: bump compat for NonlinearSolve to 3 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 3c675eb123..2024928018 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -23,7 +23,7 @@ DifferentialEquations = "7.6" Distributions = "0.25" Documenter = "0.27" ModelingToolkit = "8.33" -NonlinearSolve = "0.3, 1" +NonlinearSolve = "0.3, 1, 3" Optim = "1.7" Optimization = "3.9" OptimizationOptimJL = "0.1"