From 106da9de3a479abc0e3bb3664e9720429dc985f4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 5 Dec 2023 00:04:22 +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 1eb70f40d5..6a88080ab2 100644 --- a/Project.toml +++ b/Project.toml @@ -83,7 +83,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"