From a92e6693afa428ba4e4ba83b2611481e8da89ca7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 10 Oct 2025 01:14:11 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for TensorKitSectors to 0.3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index fb66182..84b2cf1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GradedArrays" uuid = "bc96ca6e-b7c8-4bb6-888e-c93f838762c2" authors = ["ITensor developers and contributors"] -version = "0.5.1" +version = "0.5.2" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -38,7 +38,7 @@ Random = "1.10" SUNRepresentations = "0.3" SplitApplyCombine = "1.2.3" TensorAlgebra = "0.3.2, 0.4" -TensorKitSectors = "0.1, 0.2" +TensorKitSectors = "0.1, 0.2, 0.3" TensorProducts = "0.1.3" TypeParameterAccessors = "0.4" julia = "1.10" From c7ee844f15e5d815fad885f0b07b96c168287cb6 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Fri, 10 Oct 2025 09:46:32 -0400 Subject: [PATCH 2/2] Update TensorKitSectors version range --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 186d54b..eb8b3e5 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -29,7 +29,7 @@ SafeTestsets = "0.1" SparseArraysBase = "0.7" Suppressor = "0.2.8" TensorAlgebra = "0.3.2, 0.4" -TensorKitSectors = "0.1, 0.2" +TensorKitSectors = "0.1, 0.2, 0.3" TensorProducts = "0.1.3" Test = "1.10" TestExtras = "0.3.1"