From 6f2d7037f90a6fd4793bc064c787d2ff774fde53 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 24 Jun 2026 04:01:22 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra in [weakdeps] to 0.10, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2b0d7c6..a9fbcee 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "KroneckerArrays" uuid = "05d0b138-81bc-4ff7-84be-08becefb1ccc" -version = "0.3.29" +version = "0.3.30" 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, 0.8, 0.9" +TensorAlgebra = "0.6.3, 0.7, 0.8, 0.9, 0.10" TypeParameterAccessors = "0.4.2" julia = "1.10"