From 4e9dee542c15f680303ac7df517823ce8f7fe137 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 4 Nov 2024 00:22:16 +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 ec5be76..d06ab86 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ PolygonInbounds = "0.2" PreallocationTools = "0.4" Requires = "1.3" SciMLBase = "2.0" -SimpleNonlinearSolve = "1" +SimpleNonlinearSolve = "1, 2" StatsFuns = "1.1, 1.3" SymbolicIndexingInterface = "0.3" julia = "1"