From ded625fa7f4ef4e08ecf6ff15d85fa4c2b6ec815 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Jul 2026 03:57:54 +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 dac0c96..842bba2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorBase" uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" -version = "0.10.3" +version = "0.10.4" authors = ["ITensor developers and contributors"] [workspace] @@ -49,7 +49,7 @@ Mooncake = "0.4.202, 0.5" OrderedCollections = "1.6" Random = "1.10" SimpleTraits = "0.9.4" -TensorAlgebra = "0.15.1" +TensorAlgebra = "0.15.1, 0.16" TensorOperations = "5.3.1" TermInterface = "2" TupleTools = "1.6"