From 5a1a8187e6dbc84adee2bdabdd39827cfe06c946 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 3 Dec 2025 01:21:17 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra in [weakdeps] to 0.6, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index de960f8..3c2e69a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BlockSparseArrays" uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" +version = "0.10.4" authors = ["ITensor developers and contributors"] -version = "0.10.3" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -44,7 +44,7 @@ MapBroadcast = "0.1.5" MatrixAlgebraKit = "0.2.2, 0.3" SparseArraysBase = "0.7.1" SplitApplyCombine = "1.2.3" -TensorAlgebra = "0.3.2" +TensorAlgebra = "0.3.2, 0.6" TensorProducts = "0.1.7" Test = "1.10" TypeParameterAccessors = "0.4.1"