From 70a651471b8e7c3a58123ff0d3f36c3e8de2a86a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 23 Apr 2026 03:14:55 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedGraphs to 0.11, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 609216e..87f37e9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.3.24" +version = "0.3.25" authors = ["ITensor developers and contributors"] [workspace] @@ -47,7 +47,7 @@ Graphs = "1.13.1" LinearAlgebra = "1.10" MacroTools = "0.5.16" NamedDimsArrays = "0.14.2" -NamedGraphs = "0.6.9, 0.7, 0.8" +NamedGraphs = "0.6.9, 0.7, 0.8, 0.11" SimpleTraits = "0.9.5" SplitApplyCombine = "1.2.3" TensorOperations = "5.3.1"