From 61d508b20e2b28518cde077427d9b140c0636faf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 23 Apr 2026 04:17:50 +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 6a3e077b..3342623f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" -version = "0.15.26" +version = "0.15.27" authors = ["Matthew Fishman , Joseph Tindall and contributors"] [workspace] @@ -73,7 +73,7 @@ IterTools = "1.4" KrylovKit = "0.6, 0.7, 0.8, 0.9, 0.10" MacroTools = "0.5" NDTensors = "0.3, 0.4" -NamedGraphs = "0.8.2" +NamedGraphs = "0.8.2, 0.11" OMEinsumContractionOrders = "0.8.3, 0.9, 1" Observers = "0.2.4" SerializedElementArrays = "0.1"