From 87d1ad8b1ebb669992b8cc0f1a4026f5c5f3bb84 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 8 Mar 2025 01:16:21 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for DiagonalArrays in [weakdeps] to 0.3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b87783b..474b61d 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.22" +version = "0.1.23" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -27,7 +27,7 @@ ITensorBaseSparseArraysBaseExt = ["NamedDimsArrays", "SparseArraysBase"] [compat] Accessors = "0.1.39" DerivableInterfaces = "0.3.7" -DiagonalArrays = "0.2.3" +DiagonalArrays = "0.2.3, 0.3" FillArrays = "1.13.0" GradedUnitRanges = "0.1.4" LinearAlgebra = "1.10" From bf4eceab87805122d2d8a74383edfd9e88bfcead Mon Sep 17 00:00:00 2001 From: mtfishman Date: Sat, 8 Mar 2025 09:31:31 -0500 Subject: [PATCH 2/2] Bump test version --- Project.toml | 2 +- test/Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 474b61d..69ec87f 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ ITensorBaseSparseArraysBaseExt = ["NamedDimsArrays", "SparseArraysBase"] [compat] Accessors = "0.1.39" DerivableInterfaces = "0.3.7" -DiagonalArrays = "0.2.3, 0.3" +DiagonalArrays = "0.3" FillArrays = "1.13.0" GradedUnitRanges = "0.1.4" LinearAlgebra = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 0f47e7b..a1b3352 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,8 +16,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8.9" BlockArrays = "1" -BlockSparseArrays = "0.2, 0.3" -DiagonalArrays = "0.2" +BlockSparseArrays = "0.3" +DiagonalArrays = "0.3" GradedUnitRanges = "0.1" ITensorBase = "0.1" NamedDimsArrays = "0.5"