From de747251d5e9a9400bf0fd37496eeabe0eb58926 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 5 Dec 2023 00:10:14 +0000 Subject: [PATCH] CompatHelper: bump compat for SimpleNonlinearSolve to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1ad042c18f..0629a9f96b 100644 --- a/Project.toml +++ b/Project.toml @@ -85,7 +85,7 @@ Reexport = "0.2, 1" RuntimeGeneratedFunctions = "0.5.9" SciMLBase = "1.76.1" Setfield = "0.7, 0.8, 1" -SimpleNonlinearSolve = "0.1.0" +SimpleNonlinearSolve = "0.1.0, 1" SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "0.10, 0.11, 0.12, 1.0" SymbolicIndexingInterface = "0.1, 0.2"