From 08e235e125ee19fb86847adeea16fe12faca4d81 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 22 Sep 2023 02:48:08 +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 1fc85cec..4afb8c6b 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ NonlinearSolve = "1.7.0" OrdinaryDiffEq = "6.53" RecursiveArrayTools = "2.38" Reexport = "1.0" -SciMLBase = "1.92" +SciMLBase = "1.92, 2" SteadyStateDiffEq = "1.15" StochasticDiffEq = "6.61" Sundials = "4.19"