From 1bab85ccb768ea6c6060d3cfbadf235f0cadc0c4 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 20 Jul 2026 18:23:36 -0400 Subject: [PATCH] Raise ModelingToolkit compatibility floors Require the first ModelingToolkit and ModelingToolkitBase releases that satisfy the package downgrade graph and actuator tests. Co-Authored-By: Chris Rackauckas --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6b0d87ab..9165d007 100644 --- a/Project.toml +++ b/Project.toml @@ -21,8 +21,8 @@ DataInterpolations = "8" DiffEqBase = "6.190, 7" ForwardDiff = "0.10, 1" LinearAlgebra = "1.10" -ModelingToolkit = "11" -ModelingToolkitBase = "1.1" +ModelingToolkit = "11.28" +ModelingToolkitBase = "1.49" OrdinaryDiffEq = "6, 7" OrdinaryDiffEqBDF = "1, 2" OrdinaryDiffEqDefault = "1, 2"