From f0c0b51aeca00e2596951338513068fdfbe892fc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 19 Aug 2025 01:21:16 +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 4d10e6c..d17a2fc 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -20,7 +20,7 @@ BlockArrays = "1.6" BlockSparseArrays = "0.8, 0.9" GradedArrays = "0.4" LinearAlgebra = "1.10" -MatrixAlgebraKit = "0.2" +MatrixAlgebraKit = "0.2, 0.3" Random = "1.10" SafeTestsets = "0.1" SparseArraysBase = "0.7"