From 827ac4f5fb2047419307840aafb2140ce2d56879 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Mon, 13 Jul 2026 14:55:18 -0400 Subject: [PATCH] Allow `NamedGraphs` v0.13 --- 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 0857f0bb..5508953c 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, 0.12" +NamedGraphs = "0.11.1, 0.12, 0.13" OMEinsumContractionOrders = "0.8.3, 0.9, 1" SimpleTraits = "0.9" SplitApplyCombine = "1.2" diff --git a/docs/Project.toml b/docs/Project.toml index 52c02ff2..776752b7 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, 0.12" +NamedGraphs = "0.11, 0.12, 0.13" OMEinsumContractionOrders = "1.2.2" TensorOperations = "5.5" diff --git a/test/Project.toml b/test/Project.toml index 0a519f82..b21310e1 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, 0.12" +NamedGraphs = "0.11.1, 0.12, 0.13" OMEinsumContractionOrders = "0.9.5, 1" Pkg = "1.10" Random = "1.10"