From ab886769c4263141a4cc225dd45f86f4a69f0610 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Jul 2026 03:17:40 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for TensorAlgebra to 0.17, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d21f742..f4a681d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.9.4" +version = "0.9.5" 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" +TensorAlgebra = "0.16, 0.17" julia = "1.10" From 105d9d8d16d2a0de74e4d9c2d8dee711277f9121 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Wed, 8 Jul 2026 10:09:15 -0400 Subject: [PATCH 2/2] Bump TensorAlgebra compat to 0.17 in test/Project.toml --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 796d3d1..b04536b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -44,6 +44,6 @@ SafeTestsets = "0.1" SparseArraysBase = "0.10.4" StableRNGs = "1" Suppressor = "0.2.8" -TensorAlgebra = "0.16" +TensorAlgebra = "0.16, 0.17" TensorOperations = "5.3.1" Test = "1.10"