From affd927d3443d5818f20aee4d22bf61bc4702a8a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 23 Sep 2023 00:04:34 +0000 Subject: [PATCH] CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1eb70f40d5..1bf08a5cee 100644 --- a/Project.toml +++ b/Project.toml @@ -81,7 +81,7 @@ NaNMath = "0.3, 1" RecursiveArrayTools = "2.3" Reexport = "0.2, 1" RuntimeGeneratedFunctions = "0.5.9" -SciMLBase = "1.76.1" +SciMLBase = "1.76.1, 2" Setfield = "0.7, 0.8, 1" SimpleNonlinearSolve = "0.1.0" SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2"