From 959c75a2566c4f7ab1b1233375b8c6cc07cee858 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 20 Aug 2026 01:27:46 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.20, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b4f3ec1..896c9d4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorBase" uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" -version = "0.13.13" +version = "0.13.14" authors = ["ITensor developers and contributors"] [workspace] @@ -52,7 +52,7 @@ Mooncake = "0.4.202, 0.5" OMEinsumContractionOrders = "1.3" Random = "1.10" SimpleTraits = "0.9.4" -TensorAlgebra = "0.18" +TensorAlgebra = "0.18, 0.20" TensorKit = "0.17" TensorKitSectors = "0.3.9" TermInterface = "2"