From 57238aca78e20dfae75f24f762187d37a5e2507a Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sun, 8 Oct 2023 15:16:30 -0400 Subject: [PATCH] Lower bound SciMLBase --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 65d33ea05..ecdda8f22 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ NonlinearProblemLibrary = "0.1" PrecompileTools = "1" RecursiveArrayTools = "2" Reexport = "0.2, 1" -SciMLBase = "2" +SciMLBase = "2.4" SimpleNonlinearSolve = "0.1" SparseDiffTools = "2.6" StaticArraysCore = "1.4"