From 6ace1676587f4accc37022ef6b2b9c4f0a6f958d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Apr 2026 03:31:34 +0000 Subject: [PATCH] CompatHelper: bump compat for MAT to 0.12 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 4e031203..d2c650d0 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -11,7 +11,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] Documenter = "1" Literate = "2" -MAT = "0.10 - 0.11" +MAT = "0.10 - 0.11, 0.12" ModelingToolkit = "8 - 11" Plots = "1" ReachabilityAnalysis = "0.22 - 0.30"