From 25017564b4e70ee0ba943a31091ebe2680ac3ca1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 18 Jul 2025 02:24:19 +0000 Subject: [PATCH] CompatHelper: bump compat for SparseArraysBase 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 6b6cd9a..cc4836e 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -34,7 +34,7 @@ LinearAlgebra = "1" MatrixAlgebraKit = "0.2.5" Random = "1" SafeTestsets = "0.1" -SparseArraysBase = "0.5.11" +SparseArraysBase = "0.5.11, 0.6" StableRNGs = "1" Suppressor = "0.2" TensorAlgebra = "0.3.2"