From 00d81ac7e6586f5dd1472809d01374d6b4020679 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 24 Jun 2026 04:14:28 +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 76d86148..f870a33e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "BlockSparseArrays" uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" -version = "0.10.40" +version = "0.10.41" authors = ["ITensor developers and contributors"] [workspace] @@ -44,6 +44,6 @@ MapBroadcast = "0.1.5" MatrixAlgebraKit = "0.6" SparseArraysBase = "0.9" SplitApplyCombine = "1.2.3" -TensorAlgebra = "0.6.2, 0.7, 0.8, 0.9" +TensorAlgebra = "0.6.2, 0.7, 0.8, 0.9, 0.10" TypeParameterAccessors = "0.4.1" julia = "1.10"