From d9066c341f643ed9705184cf8143fa7c14358079 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 Apr 2026 02:13:12 +0000 Subject: [PATCH] CompatHelper: bump compat for SUNRepresentations 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 7ba0524..e83b88b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GradedArrays" uuid = "bc96ca6e-b7c8-4bb6-888e-c93f838762c2" -version = "0.8.4" +version = "0.8.5" authors = ["ITensor developers and contributors"] [workspace] @@ -45,7 +45,7 @@ LinearAlgebra = "1.10" MatrixAlgebraKit = "0.6" NamedDimsArrays = "0.15" Random = "1.10" -SUNRepresentations = "0.3" +SUNRepresentations = "0.3, 0.4" SparseArraysBase = "0.9" SplitApplyCombine = "1.2.3" TensorAlgebra = "0.8, 0.9"