From 66a492d31dff6b680beed9c2feb3e3ffba61e282 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 23 Sep 2023 00:11:24 +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 de111355d9..af0a7dd36e 100644 --- a/Project.toml +++ b/Project.toml @@ -75,7 +75,7 @@ OrdinaryDiffEq = "5, 6" Pkg = "1.8" RRTMGP = "0.9" RootSolvers = "0.2, 0.3, 0.4" -SciMLBase = "1" +SciMLBase = "1, 2" StaticArrays = "1" StatsBase = "0.33" SurfaceFluxes = "0.7"