From 761052599c9278502b494da78727e541b7c4011b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 27 Jun 2026 03:52:12 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedGraphs to 0.12, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 00f52e1..097d3a5 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] @@ -34,7 +34,7 @@ ITensorBase = "0.8" LinearAlgebra = "1.10" MacroTools = "0.5.16" MatrixAlgebraKit = "0.6" -NamedGraphs = "0.11" +NamedGraphs = "0.11, 0.12" Random = "1.10" SimpleTraits = "0.9.5" SplitApplyCombine = "1.2.3"