From 448e945fb48948f8d5a8b414c414a6ce1998507d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 5 Aug 2026 02:53:02 +0000 Subject: [PATCH] CompatHelper: bump compat for SparseArraysBase to 0.11 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 a49dd6d..a1f6545 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -41,7 +41,7 @@ OMEinsumContractionOrders = "1" QuadGK = "2.11.2" Random = "1.10" SafeTestsets = "0.1" -SparseArraysBase = "0.10.4" +SparseArraysBase = "0.10.4, 0.11" StableRNGs = "1" Suppressor = "0.2.8" TensorAlgebra = "0.16, 0.17"