From b3c90c6182243d1ce58dea8570816869f8ff4784 Mon Sep 17 00:00:00 2001 From: 1-Bart-1 <33758964+1-Bart-1@users.noreply.github.com> Date: Sat, 6 Dec 2025 03:01:51 +0000 Subject: [PATCH] chore: Update ModelingToolkit compat to ~10.31 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 232ad00e..608d22f2 100644 --- a/Project.toml +++ b/Project.toml @@ -62,7 +62,7 @@ LaTeXStrings = "1.4.0" LinearAlgebra = "1" LinearSolve = "2 - 3.24" Makie = "0.24.6" -ModelingToolkit = "~10.16" +ModelingToolkit = "~10.31" NonlinearSolve = "4.8.0" OrdinaryDiffEqBDF = "1.5.0" OrdinaryDiffEqCore = "1.23.0"