From 4f0ca9b41951d2e0eea438e2c3bbb38db1ade29b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 20 Aug 2026 01:27:15 +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 6680757..ed3bcd3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.9.13" +version = "0.9.14" authors = ["ITensor developers and contributors"] [workspace] @@ -45,5 +45,5 @@ OMEinsumContractionOrders = "1" Random = "1.10" SimpleTraits = "0.9.5" SplitApplyCombine = "1.2.3" -TensorAlgebra = "0.16, 0.17" +TensorAlgebra = "0.16, 0.17, 0.20" julia = "1.10"