From 59d2ee44b49a1ded3cda4512ea0a64a0da95d190 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 13 Aug 2025 02:06:20 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for BlockSparseArrays to 0.9, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index adccb3e..d9e9a02 100644 --- a/Project.toml +++ b/Project.toml @@ -1,13 +1,13 @@ name = "GradedArraysNext" uuid = "6ca31247-5036-4cc6-95db-9b8b909db17f" authors = ["ITensor developers and contributors"] -version = "0.1.1" +version = "0.1.2" [deps] BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" KroneckerArrays = "05d0b138-81bc-4ff7-84be-08becefb1ccc" [compat] -BlockSparseArrays = "0.8.1" +BlockSparseArrays = "0.8.1, 0.9" KroneckerArrays = "0.1.26" julia = "1.10" From f9a9eee7f25238dba10580336ca61bfa0324d755 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Mon, 18 Aug 2025 13:58:35 -0400 Subject: [PATCH 2/2] Update Project.toml --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 7470619..19bfccc 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -11,7 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8" BlockArrays = "1.7" -BlockSparseArrays = "0.8.1" +BlockSparseArrays = "0.8.1, 0.9" GradedArraysNext = "0.1" KroneckerArrays = "0.1.26" SafeTestsets = "0.1"