From d428c7a86fe330071a742b3916aeba043a0900fd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 15 Oct 2025 01:54:30 +0000 Subject: [PATCH] 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 ce7c92e..1d04dc0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FusionTensors" uuid = "e16ca583-1f51-4df0-8e12-57d32947d33e" authors = ["ITensor developers and contributors"] -version = "0.5.14" +version = "0.5.15" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -30,7 +30,7 @@ LinearAlgebra = "1.10" Random = "1.10" Strided = "2.3" TensorAlgebra = "0.4" -TensorKitSectors = "0.1, 0.2" +TensorKitSectors = "0.1, 0.2, 0.3" TensorProducts = "0.1.7" TypeParameterAccessors = "0.4" WignerSymbols = "2.0.0"