From 64dae42bda7fa5c0974ae33cf20611738136c2c8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 5 Aug 2026 02:50:21 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.19, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b4f3ec1..d23ecf9 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.19" TensorKit = "0.17" TensorKitSectors = "0.3.9" TermInterface = "2"