From 05ce08971199c1a9d758509e791bad3c466ae956 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 27 Mar 2026 02:05:18 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.8, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 46218a1e..bd5f1509 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GradedArrays" uuid = "bc96ca6e-b7c8-4bb6-888e-c93f838762c2" -version = "0.7.0" +version = "0.7.1" authors = ["ITensor developers and contributors"] [workspace] @@ -48,7 +48,7 @@ Random = "1.10" SUNRepresentations = "0.3" SparseArraysBase = "0.9" SplitApplyCombine = "1.2.3" -TensorAlgebra = "0.7.20" +TensorAlgebra = "0.7.20, 0.8" TensorKitSectors = "0.3" TypeParameterAccessors = "0.4" julia = "1.10"