From 4af92778f8fc72701887e0bf379783a55553a5c7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 4 Nov 2024 00:25:21 +0000 Subject: [PATCH] CompatHelper: bump compat for NonlinearSolve to 4 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 16fc8b4b07..edc956c3d2 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -30,7 +30,7 @@ Distributions = "0.25" Documenter = "1" DynamicQuantities = "^0.11.2, 0.12, 1" ModelingToolkit = "8.33, 9" -NonlinearSolve = "3" +NonlinearSolve = "3, 4" Optim = "1.7" Optimization = "3.9" OptimizationOptimJL = "0.1"