From db01706924c72132984168d9f2f2728265a911f3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 6 Jan 2026 01:02:05 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedDimsArrays in [weakdeps] to 0.12, (keep existing compat) --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 5180d3a..9453af3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,10 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" +version = "0.7.12" authors = ["ITensor developers and contributors"] -version = "0.7.11" + +[workspace] +projects = ["benchmark", "dev", "docs", "examples", "test"] [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -35,12 +38,9 @@ FillArrays = "1.13" GPUArraysCore = "0.2" LinearAlgebra = "1.10" MapBroadcast = "0.1.5" -NamedDimsArrays = "0.11" +NamedDimsArrays = "0.11, 0.12" Random = "1.10" SparseArrays = "1.10" TensorAlgebra = "0.6.2" TypeParameterAccessors = "0.4.3" julia = "1.10" - -[workspace] -projects = ["benchmark", "dev", "docs", "examples", "test"]