From 084c03f9fad08cfb8c50caa246f060d82f16a7eb Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Mon, 3 Aug 2026 13:01:06 -0400 Subject: [PATCH] Allow TensorAlgebra 0.18 Widens the TensorAlgebra compat bound to admit 0.18 alongside 0.17. SparseArraysBase uses no API that changed in 0.18, so this is compatibility-only. Co-Authored-By: Claude Opus 4.8 --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index f8ba4c9..0a87b20 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" -version = "0.10.8" +version = "0.10.9" 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.17.5" +TensorAlgebra = "0.17.5, 0.18" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index d8464e2..52f11aa 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -34,5 +34,5 @@ SparseArrays = "1.10" SparseArraysBase = "0.10" StableRNGs = "1.0.2" Suppressor = "0.2.8" -TensorAlgebra = "0.17.4" +TensorAlgebra = "0.17.4, 0.18" Test = "<0.0.1, 1"