From 9f6201936f40276d63480fd723b3e876b6f8c063 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Apr 2026 02:45:13 +0000 Subject: [PATCH] CompatHelper: bump compat for MAT to 0.12, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8e15c2f..125fc16 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" JSON = "0.21" LazyArtifacts = "1" LinearAlgebra = "1" -MAT = "0.10, 0.11" +MAT = "0.10, 0.11, 0.12" Printf = "1" Random = "1" SparseArrays = "1"