From 467eae9ad1101a0eb5797d61184e447f410bf5b9 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Mon, 28 Oct 2024 17:07:28 +0530 Subject: [PATCH] build: bump SciMLBase compat for ODECore --- 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 0dc8b8bda5..decba70d05 100644 --- a/lib/OrdinaryDiffEqCore/Project.toml +++ b/lib/OrdinaryDiffEqCore/Project.toml @@ -70,7 +70,7 @@ Random = "<0.0.1, 1" RecursiveArrayTools = "2.36, 3" Reexport = "1.0" SafeTestsets = "0.1.0" -SciMLBase = "2.56" +SciMLBase = "2.57.2" SciMLOperators = "0.3" SciMLStructures = "1" SimpleUnPack = "1"