From af44a4b58490c6a731878bce093518e5f0b3fe82 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 11 Mar 2025 01:42:32 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for DerivableInterfaces 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 2445d76..0a485a7 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.24" +version = "0.1.25" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -26,7 +26,7 @@ ITensorBaseSparseArraysBaseExt = ["NamedDimsArrays", "SparseArraysBase"] [compat] Accessors = "0.1.39" -DerivableInterfaces = "0.3.7" +DerivableInterfaces = "0.3.7, 0.4" DiagonalArrays = "0.3" FillArrays = "1.13.0" GradedUnitRanges = "0.1.4" From 44592a2cedd2bf4e2614d63d432c4c30f6f9b331 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Tue, 11 Mar 2025 15:46:31 -0400 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0a485a7..2f29433 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ ITensorBaseSparseArraysBaseExt = ["NamedDimsArrays", "SparseArraysBase"] [compat] Accessors = "0.1.39" -DerivableInterfaces = "0.3.7, 0.4" +DerivableInterfaces = "0.4" DiagonalArrays = "0.3" FillArrays = "1.13.0" GradedUnitRanges = "0.1.4"