From d7fe47a3c3f9203f02e2e5b7fc310496b584ba11 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 7 Mar 2025 01:42:52 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for SparseArraysBase in [weakdeps] to 0.4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a43f585..9438ead 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorBase" uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" authors = ["ITensor developers and contributors"] -version = "0.1.21" +version = "0.1.22" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -33,7 +33,7 @@ GradedUnitRanges = "0.1.4" LinearAlgebra = "1.10" MapBroadcast = "0.1.5" NamedDimsArrays = "0.5.0" -SparseArraysBase = "0.2.11, 0.3" +SparseArraysBase = "0.2.11, 0.3, 0.4" UnallocatedArrays = "0.1.1" UnspecifiedTypes = "0.1.1" VectorInterface = "0.5.0" From 7c4a14b7224003c98c4242744d400db9836b4d37 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Fri, 7 Mar 2025 16:15:34 -0500 Subject: [PATCH 2/2] Bump compat versions --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9438ead..b87783b 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ GradedUnitRanges = "0.1.4" LinearAlgebra = "1.10" MapBroadcast = "0.1.5" NamedDimsArrays = "0.5.0" -SparseArraysBase = "0.2.11, 0.3, 0.4" +SparseArraysBase = "0.4" UnallocatedArrays = "0.1.1" UnspecifiedTypes = "0.1.1" VectorInterface = "0.5.0" diff --git a/test/Project.toml b/test/Project.toml index ac48bc4..0f47e7b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,7 +22,7 @@ GradedUnitRanges = "0.1" ITensorBase = "0.1" NamedDimsArrays = "0.5" SafeTestsets = "0.1" -SparseArraysBase = "0.3" +SparseArraysBase = "0.4" Suppressor = "0.2" SymmetrySectors = "0.1" Test = "1.10"