From 0bfafcfb8e9ffb5b4823b16973c57d880f9b5401 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Dec 2025 01:45:06 +0000 Subject: [PATCH] CompatHelper: bump compat for OrdinaryDiffEqCore in [extras] to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index de809aaf53..c09c95f41f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ModelingToolkit" uuid = "961ee093-0014-501f-94e3-6117800e7a78" -authors = ["Yingbo Ma ", "Chris Rackauckas and contributors"] version = "10.30.0" +authors = ["Yingbo Ma ", "Chris Rackauckas and contributors"] [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -141,7 +141,7 @@ NonlinearSolve = "4.3" OffsetArrays = "1" OrderedCollections = "1" OrdinaryDiffEq = "6.82.0" -OrdinaryDiffEqCore = "1.34.0" +OrdinaryDiffEqCore = "1.34.0, 2" OrdinaryDiffEqDefault = "1.2" OrdinaryDiffEqNonlinearSolve = "1.5.0" PreallocationTools = "0.4.27"