From 44f8694ec8ea0f16699718ab325a9a8c10aac8df Mon Sep 17 00:00:00 2001 From: oscarddssmith Date: Sun, 25 Aug 2024 12:26:29 -0400 Subject: [PATCH] update SciMLBase comapt --- lib/OrdinaryDiffEqCore/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OrdinaryDiffEqCore/Project.toml b/lib/OrdinaryDiffEqCore/Project.toml index 9a950e8230..24bc242bdd 100644 --- a/lib/OrdinaryDiffEqCore/Project.toml +++ b/lib/OrdinaryDiffEqCore/Project.toml @@ -65,7 +65,7 @@ Random = "<0.0.1, 1" RecursiveArrayTools = "2.36, 3" Reexport = "1.0" SafeTestsets = "0.1.0" -SciMLBase = "2.27.1" +SciMLBase = "2.50.3" SciMLOperators = "0.3" SciMLStructures = "1" SimpleUnPack = "1"