From 7590a02d181b6b25710e7bdcd1b047cfee0366eb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 28 Jan 2026 00:30:24 +0000 Subject: [PATCH] CompatHelper: bump compat for EinExprs 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 ffdedc1..40989b3 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" @@ -31,7 +31,7 @@ TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138" Adapt = "4.3.0" Combinatorics = "1.0.3" Dictionaries = "0.4" -EinExprs = "0.6.4" +EinExprs = "0.6.4, 0.7" GraphRecipes = "0.5.13" Graphs = "1.8.0" ITensorMPS = "0.3.17"