From d969c6520efeb4c275b208393e1d8b8890199f97 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 15 Nov 2025 01:45:51 +0000 Subject: [PATCH] CompatHelper: bump compat for MatrixAlgebraKit to 0.6 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 b9d9be9..404d7d4 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -31,7 +31,7 @@ GPUArraysCore = "0.2" JLArrays = "0.2, 0.3" KroneckerArrays = "0.3" LinearAlgebra = "1.10" -MatrixAlgebraKit = "0.2, 0.3, 0.4, 0.5" +MatrixAlgebraKit = "0.2, 0.3, 0.4, 0.5, 0.6" SafeTestsets = "0.1" StableRNGs = "1.0" Suppressor = "0.2"