From 7ba45d853ed5dabcda172fc0fa7ffaf7ae999b7c Mon Sep 17 00:00:00 2001 From: Jesse Chan <1156048+jlchan@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:32:56 -0600 Subject: [PATCH] Bumping SciMLBase lower bound (again) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5a30646770..be919ef14f 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ Printf = "1" RecipesBase = "1.1" Reexport = "1.0" Requires = "1.1" -SciMLBase = "1.90, 2" +SciMLBase = "2" Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1"