From 9da96f61885230d0001cb2e0d1dace99e49f86e1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 13 Nov 2025 01:54:13 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedGraphs to 0.8, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5e0b116..44bac52 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" +version = "0.2.1" authors = ["ITensor developers and contributors"] -version = "0.2.0" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -42,7 +42,7 @@ Graphs = "1.13.1" LinearAlgebra = "1.10" MacroTools = "0.5.16" NamedDimsArrays = "0.8" -NamedGraphs = "0.6.9, 0.7" +NamedGraphs = "0.6.9, 0.7, 0.8" SimpleTraits = "0.9.5" SplitApplyCombine = "1.2.3" TensorOperations = "5.3.1"