From 8b5076992ff4e67fe6202dbfdfc52e962ee1694c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Dec 2025 00:35:27 +0000 Subject: [PATCH] CompatHelper: bump compat for ModelingToolkit to 11, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 290d744..8b8c60f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ModelOrderReduction" uuid = "207801d6-6cee-43a9-ad0c-f0c64933efa0" -authors = ["Bowen S. Zhu and contributors"] version = "0.1.3" +authors = ["Bowen S. Zhu and contributors"] [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" @@ -15,7 +15,7 @@ TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e" [compat] DocStringExtensions = "0.8, 0.9" LinearAlgebra = "1" -ModelingToolkit = "10" +ModelingToolkit = "10, 11" RandomizedLinAlg = "0.1" Setfield = "0.8, 1" SparseArrays = "1"