From abd789061731da7e82d7c8221bbdbcb147f0c598 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 19 Jan 2026 02:27:06 +0000 Subject: [PATCH] CompatHelper: bump compat for SparseArraysBase to 0.9, (keep existing compat) --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index c6a8ea9..f44cf79 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,10 @@ name = "BlockSparseArrays" uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" +version = "0.10.18" authors = ["ITensor developers and contributors"] -version = "0.10.17" + +[workspace] +projects = ["benchmark", "dev", "docs", "examples", "test"] [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -39,11 +42,8 @@ LinearAlgebra = "1.10" MacroTools = "0.5.13" MapBroadcast = "0.1.5" MatrixAlgebraKit = "0.6" -SparseArraysBase = "0.8.3" +SparseArraysBase = "0.8.3, 0.9" SplitApplyCombine = "1.2.3" TensorAlgebra = "0.6.2" TypeParameterAccessors = "0.4.1" julia = "1.10" - -[workspace] -projects = ["benchmark", "dev", "docs", "examples", "test"]