From 1c72b712de0f1bae0770c599eda5f8f023b60bcf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 23 Apr 2026 03:17:05 +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"