From 676e18f81b142919a170d2d624b6db3173ea05f6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 Apr 2026 02:52:08 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedGraphs to 0.11 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 6231ad4..468d8a6 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -32,7 +32,7 @@ ITensorBase = "0.5" ITensorNetworksNext = "0.3" ITensorPkgSkeleton = "0.3.42" NamedDimsArrays = "0.14" -NamedGraphs = "0.6.8, 0.7, 0.8" +NamedGraphs = "0.6.8, 0.7, 0.8, 0.11" QuadGK = "2.11.2" SafeTestsets = "0.1" Suppressor = "0.2.8"