From 097bd372b9fe8e6f2c0cbe6111b0c9287e9950b1 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..e365b26ff1 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" SciMLOperators = "0.3" SciMLStructures = "1" SimpleUnPack = "1"