From 79a588e47fc8cbc310f8e41689aa8be19d72ca12 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 4 Nov 2024 00:32:26 +0000 Subject: [PATCH] CompatHelper: bump compat for SimpleNonlinearSolve to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9164863f..9217b1b6 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ NLsolve = "4" PreallocationTools = "0.4" QuadGK = "2" SIAMFANLEquations = "1" -SimpleNonlinearSolve = "1" +SimpleNonlinearSolve = "1, 2" SpecialFunctions = "2" SpeedMapping = "0.3" StaticArrays = "1"