From 3dfdd917d8a9d4cc4ae08c7fc28046e2bbe8ea7f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 22 Jul 2025 00:56:16 +0000 Subject: [PATCH] CompatHelper: bump compat for BlockSparseArrays to 0.8 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 8aa8d70..8a5fb6d 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -15,7 +15,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8.11" BlockArrays = "1.6" -BlockSparseArrays = "0.7" +BlockSparseArrays = "0.7, 0.8" FusionTensors = "0.5" GradedArrays = "0.4" LinearAlgebra = "1.10.0"