From 2cc0a30b1c4f43aaa31eb1380ac2c6cef5b62120 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 19 Aug 2025 01:31:41 +0000 Subject: [PATCH] CompatHelper: bump compat for MatrixAlgebraKit to 0.3 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 645b4eb..c6f8f73 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,7 +18,7 @@ Aqua = "0.8.9" BlockArrays = "1.6.1" EllipsisNotation = "1.8.0" LinearAlgebra = "<0.0.1, 1" -MatrixAlgebraKit = "0.2" +MatrixAlgebraKit = "0.2, 0.3" Random = "1.10" SafeTestsets = "0.1" StableRNGs = "1.0.2"