From 9b76c642ac4d8031622cd6e5d44b00b3cc2f6391 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Wed, 1 Jul 2026 16:42:58 -0400 Subject: [PATCH] Support TensorAlgebra 0.15 Widens the compat bound to admit TensorAlgebra 0.15. No source changes are needed, since this package does not use the renamed perm-form matricize entry points. --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 534f006..f6cad7e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.9.1" +version = "0.9.2" authors = ["ITensor developers and contributors"] [workspace] @@ -38,5 +38,5 @@ NamedGraphs = "0.11, 0.12" Random = "1.10" SimpleTraits = "0.9.5" SplitApplyCombine = "1.2.3" -TensorAlgebra = "0.14" +TensorAlgebra = "0.15" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index cf5013c..c382141 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -42,6 +42,6 @@ SafeTestsets = "0.1" SparseArraysBase = "0.10.4" StableRNGs = "1" Suppressor = "0.2.8" -TensorAlgebra = "0.14" +TensorAlgebra = "0.15" TensorOperations = "5.3.1" Test = "1.10"