From ddd0caea2ce29f2a858f2ff5404590c230455dd8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 19 Aug 2025 01:19:26 +0000 Subject: [PATCH] CompatHelper: bump compat for MatrixAlgebraKit 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 a89a876..0e70ff1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GradedArrays" uuid = "bc96ca6e-b7c8-4bb6-888e-c93f838762c2" authors = ["ITensor developers and contributors"] -version = "0.4.19" +version = "0.4.20" [deps] BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" @@ -29,7 +29,7 @@ Compat = "4.16" FillArrays = "1.13" HalfIntegers = "1.6" LinearAlgebra = "1.10" -MatrixAlgebraKit = "0.2" +MatrixAlgebraKit = "0.2, 0.3" Random = "1.10" SplitApplyCombine = "1.2.3" TensorAlgebra = "0.3.2"