From 49681bddfa36c356316697fe2b96e5dfa86bfa5f Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Thu, 25 Jun 2026 09:49:55 -0400 Subject: [PATCH] Allow `NamedGraphs` v0.12 Widen the `NamedGraphs` compat to allow v0.12 (https://github.com/ITensor/NamedGraphs.jl/pull/173). That release changes the `named_binary_tree` vertex labels, which ITensorNetworks does not use, so it stays compatible with both v0.11 and v0.12. Co-Authored-By: Claude Opus 4.8 (1M context) --- Project.toml | 2 +- docs/Project.toml | 2 +- test/Project.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index dd27c3c5..0857f0bb 100644 --- a/Project.toml +++ b/Project.toml @@ -51,7 +51,7 @@ IsApprox = "0.1, 1, 2" KrylovKit = "0.6, 0.7, 0.8, 0.9, 0.10" MacroTools = "0.5" NDTensors = "0.3, 0.4" -NamedGraphs = "0.11.1" +NamedGraphs = "0.11.1, 0.12" OMEinsumContractionOrders = "0.8.3, 0.9, 1" SimpleTraits = "0.9" SplitApplyCombine = "1.2" diff --git a/docs/Project.toml b/docs/Project.toml index bf58fae3..52c02ff2 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -19,6 +19,6 @@ ITensorFormatter = "0.2.27" ITensorNetworks = "0.22" ITensors = "0.9" Literate = "2.20.1" -NamedGraphs = "0.11" +NamedGraphs = "0.11, 0.12" OMEinsumContractionOrders = "1.2.2" TensorOperations = "5.5" diff --git a/test/Project.toml b/test/Project.toml index 8d6239c8..0a519f82 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -50,7 +50,7 @@ KrylovKit = "0.8, 0.9, 0.10" LinearAlgebra = "1.10" Metis = "1.5" NDTensors = "0.3, 0.4" -NamedGraphs = "0.11.1" +NamedGraphs = "0.11.1, 0.12" OMEinsumContractionOrders = "0.9.5, 1" Pkg = "1.10" Random = "1.10"