From c9135bbc8272a6cc11b893b6b03dc1f96d323ca0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 30 Jan 2026 00:34:47 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedGraphs to 0.10, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ffdedc1..63c973d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,9 +1,9 @@ name = "TensorNetworkQuantumSimulator" uuid = "4de3b72a-362e-43dd-83ff-3f381eda9f9c" license = "MIT" +version = "0.3.0" authors = ["JoeyT1994 ", "MSRudolph ", "and contributors"] description = "A Julia package for quantum simulation with tensor networks of near-arbritrary topology." -version = "0.3.0" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -38,7 +38,7 @@ ITensorMPS = "0.3.17" ITensors = "0.9" KrylovKit = "0.10.2" LinearAlgebra = "1.11.0" -NamedGraphs = "0.7" +NamedGraphs = "0.7, 0.10" PauliPropagation = "0.3.0" Revise = "3.8.0" SimpleGraphAlgorithms = "0.6.0"