From f7ae2160dc80c66bdcc71849fbc4b5abe4335252 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Sat, 27 Jun 2026 13:54:12 -0400 Subject: [PATCH] Allow GradedArrays 0.11 in tests ## Summary Widens the test compat for GradedArrays to `0.10, 0.11` so the tests run against the new release, which changes `sectors` on a graded axis to return the stored non-dual sectors (https://github.com/ITensor/GradedArrays.jl/pull/184). The test suite does not use the affected accessor, so no test code changes are needed. Co-Authored-By: Claude Opus 4.8 (1M context) --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 00f52e1..b6771c1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.7.3" +version = "0.7.4" authors = ["ITensor developers and contributors"] [workspace] diff --git a/test/Project.toml b/test/Project.toml index e4dbe5d..3900ce4 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -28,7 +28,7 @@ AlgorithmsInterface = "0.1" Aqua = "0.8.14" DataGraphs = "0.4" Dictionaries = "0.4.5" -GradedArrays = "0.10" +GradedArrays = "0.10, 0.11" Graphs = "1.13.1" ITensorBase = "0.8" ITensorNetworksNext = "0.7"