From cfd98ea56551670d037cb1f1ea6900c5921d7715 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 22 Sep 2023 02:52:06 +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 012f5f5a31..14f49849e0 100644 --- a/Project.toml +++ b/Project.toml @@ -70,7 +70,7 @@ QuasiMonteCarlo = "0.2.1" RecursiveArrayTools = "2.31" Reexport = "1.0" RuntimeGeneratedFunctions = "0.5" -SciMLBase = "1.91" +SciMLBase = "1.91, 2" StochasticDiffEq = "6.13" SymbolicUtils = "1" Symbolics = "5"