From 0c270e8bad605a743fc97ae1f2c8c097c8b6a827 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Jul 2026 00:39:26 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedGraphs to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cf796d0..46c4c49 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ Graphs = "1.8.0" ITensors = "0.9" KrylovKit = "0.10.2" LinearAlgebra = "1.11.0" -NamedGraphs = "0.12.1" +NamedGraphs = "0.12.1, 0.13" OMEinsumContractionOrders = "1.3" Revise = "3.8.0" SimpleGraphAlgorithms = "0.6.0"