From 31973f585f3717733deedf2141048e8a6961cf1b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Jul 2026 02:55:31 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.16, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6c60958d..f2baa5ad 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GradedArrays" uuid = "bc96ca6e-b7c8-4bb6-888e-c93f838762c2" -version = "0.13.4" +version = "0.13.5" authors = ["ITensor developers and contributors"] [workspace] @@ -42,6 +42,6 @@ SUNRepresentations = "0.3, 0.4" SparseArraysBase = "0.10" SplitApplyCombine = "1.2.3" StridedViews = "0.5" -TensorAlgebra = "0.15" +TensorAlgebra = "0.15, 0.16" TensorKitSectors = "0.3" julia = "1.10"