From 8e4ddbd722c10459c74682a9be61fd1829e809b3 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Fri, 14 Aug 2026 12:03:27 -0400 Subject: [PATCH 1/3] Raise ModelingToolkit 11.x extras floor to 11.22 Co-Authored-By: Chris Rackauckas --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 035bb0f..84a37f0 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ DataStructures = "0.19" DiffEqBase = "7" FunctionWrappers = "1.1.3" LinearAlgebra = "1" -ModelingToolkit = "9, 10, 11" +ModelingToolkit = "9, 10, 11.22" NonlinearSolve = "3, 4" ODEInterface = "0.5.2" ODEProblemLibrary = "1" From 929176e738f44d6a420f0c2efce70ffd15993d64 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 14 Aug 2026 16:09:21 +0000 Subject: [PATCH 2/3] Apply suggestion from @ChrisRackauckas --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 84a37f0..aa8c043 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ DataStructures = "0.19" DiffEqBase = "7" FunctionWrappers = "1.1.3" LinearAlgebra = "1" -ModelingToolkit = "9, 10, 11.22" +ModelingToolkit = "11.22" NonlinearSolve = "3, 4" ODEInterface = "0.5.2" ODEProblemLibrary = "1" From 1dc0517dce8c7d620e79792f99163d016d2da129 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 14 Aug 2026 16:09:35 +0000 Subject: [PATCH 3/3] Apply suggestion from @ChrisRackauckas --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aa8c043..f5d270c 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ DiffEqBase = "7" FunctionWrappers = "1.1.3" LinearAlgebra = "1" ModelingToolkit = "11.22" -NonlinearSolve = "3, 4" +NonlinearSolve = "4" ODEInterface = "0.5.2" ODEProblemLibrary = "1" SafeTestsets = "0.0.1, 0.1"