From e0f1039393f393c7dbc758d24ec9ad3eb6008e4d Mon Sep 17 00:00:00 2001 From: mtfishman Date: Mon, 10 Mar 2025 12:49:30 -0400 Subject: [PATCH] Upgrade to DerivableInterfaces v0.4 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index cc3fa48..ed8d4b8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DiagonalArrays" uuid = "74fd4be6-21e2-4f6f-823a-4360d37c7a77" authors = ["ITensor developers and contributors"] -version = "0.3.1" +version = "0.3.2" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -12,7 +12,7 @@ SparseArraysBase = "0d5efcca-f356-4864-8770-e1ed8d78f208" [compat] ArrayLayouts = "1.10.4" -DerivableInterfaces = "0.3.7" +DerivableInterfaces = "0.4" FillArrays = "1.13.0" LinearAlgebra = "1.10.0" SparseArraysBase = "0.5"