From 2a3e333becb104634e73a929d1b3b691e335a2ab Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 24 Jun 2026 04:16:39 +0000 Subject: [PATCH] CompatHelper: bump compat for SparseArraysBase to 0.10 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 cdeafdf0..8e6a28e6 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -39,7 +39,7 @@ LinearAlgebra = "1" MatrixAlgebraKit = "0.6.0 - 0.6.4, 0.6.6" Random = "1" SafeTestsets = "0.1" -SparseArraysBase = "0.9" +SparseArraysBase = "0.9, 0.10" StableRNGs = "1" Suppressor = "0.2" TensorAlgebra = "0.6, 0.7, 0.8, 0.9"