From 9235fa43b73f42ce7669edfe267839ffe71af57b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 22 Aug 2025 01:29:28 +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 97d324d..0f9870a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,7 +18,7 @@ DerivableInterfaces = "0.5" DiagonalArrays = "0.3" FillArrays = "1" LinearAlgebra = "1" -MatrixAlgebraKit = "0.2.5" +MatrixAlgebraKit = "0.2.5, 0.3" SafeTestsets = "0.1" SparseArraysBase = "0.7" StableRNGs = "1"