From f51556144c89885209edb49e6765f6bcbe72533f Mon Sep 17 00:00:00 2001 From: Jesse Chan <1156048+jlchan@users.noreply.github.com> Date: Tue, 19 Dec 2023 09:24:33 -0600 Subject: [PATCH] Restrict SciMLBase compat Restricting SciMLBase.jl to 2.11.0 to address the changes in https://github.com/SciML/OrdinaryDiffEq.jl/pull/2087 (see also https://github.com/SciML/OrdinaryDiffEq.jl/pull/2087#discussion_r1429668635). Note to self: check compat update for https://github.com/SciML/BoundaryValueDiffEq.jl in a few days, they seem to have the same issue. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a834ddeea73..843b5d8bdac 100644 --- a/Project.toml +++ b/Project.toml @@ -75,7 +75,7 @@ Printf = "1" RecipesBase = "1.1" Reexport = "1.0" Requires = "1.1" -SciMLBase = "1.90, 2" +SciMLBase = "1.90, 2.11.0" Setfield = "0.8, 1" SimpleUnPack = "1.1" SparseArrays = "1"