From fa810c5516ae3e8b85aca27fb1a6e0e63a5d394d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 27 Sep 2025 01:40:52 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for NamedGraphs to 0.7, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ce4f361..21bc2ee 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" authors = ["ITensor developers and contributors"] -version = "0.1.2" +version = "0.1.3" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -25,7 +25,7 @@ Graphs = "1.13.1" LinearAlgebra = "1.10" MacroTools = "0.5.16" NamedDimsArrays = "0.7.13" -NamedGraphs = "0.6.9" +NamedGraphs = "0.6.9, 0.7" SimpleTraits = "0.9.5" SplitApplyCombine = "1.2.3" julia = "1.10" From 345958fc7775c66abd35bd69d39895bca231f6c5 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Fri, 3 Oct 2025 10:05:16 -0400 Subject: [PATCH 2/2] Update NamedGraphs version constraints --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 94f32e3..80debae 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -17,7 +17,7 @@ Graphs = "1.13.1" ITensorBase = "0.2.12" ITensorNetworksNext = "0.1.1" NamedDimsArrays = "0.7.14" -NamedGraphs = "0.6.8" +NamedGraphs = "0.6.8, 0.7" SafeTestsets = "0.1" Suppressor = "0.2.8" Test = "1.10"