From ebf42987b647b2156fd5ea18b5fdfa51ee72c5a7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 20 Aug 2026 00:41:44 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.20, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 935f9368..83283200 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" -version = "0.11.0" +version = "0.11.1" authors = ["ITensor developers and contributors"] [workspace] @@ -30,5 +30,5 @@ LinearAlgebra = "1.10" MapBroadcast = "0.1.5" Random = "1.10" SparseArrays = "1.10" -TensorAlgebra = "0.19" +TensorAlgebra = "0.19, 0.20" julia = "1.10"