From 8de563f5d074c80f7eec3a8df670ab879c1775f1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 10 Sep 2026 03:56:51 +0000 Subject: [PATCH] CompatHelper: bump compat for GradedArrays to 0.15 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index a7c34172..07fac621 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -30,7 +30,7 @@ AlgorithmsInterface = "0.1" Aqua = "0.8.14" DataGraphs = "0.6" Dictionaries = "0.4.5" -GradedArrays = "0.16" +GradedArrays = "0.16, 0.15" Graphs = "1.13.1" ITensorBase = "0.14" ITensorNetworksNext = "0.11"