From 2e8fb014881fe49585113cf761dd44a468510d6b Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 26 Mar 2026 12:48:54 -0400 Subject: [PATCH] Bump TensorAlgebra compat to 0.8 Co-Authored-By: Claude Opus 4.6 (1M context) --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 002a843..964ec37 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "KroneckerArrays" uuid = "05d0b138-81bc-4ff7-84be-08becefb1ccc" -version = "0.3.27" +version = "0.3.28" authors = ["ITensor developers and contributors"] [workspace] @@ -37,6 +37,6 @@ GPUArraysCore = "0.2" LinearAlgebra = "1.10" MapBroadcast = "0.1.10" MatrixAlgebraKit = "0.6" -TensorAlgebra = "0.6.3, 0.7" +TensorAlgebra = "0.6.3, 0.7, 0.8" TypeParameterAccessors = "0.4.2" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 51ed4cb..f6c6577 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -39,6 +39,6 @@ MatrixAlgebraKit = "0.6" SafeTestsets = "0.1" StableRNGs = "1" Suppressor = "0.2" -TensorAlgebra = "0.6.2, 0.7" +TensorAlgebra = "0.6.2, 0.7, 0.8" Test = "1.10" TestExtras = "0.3"