From 38d71959caee51ad5bc08b206ca0ac45a31f3e1e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 30 Jun 2025 01:08:45 +0000 Subject: [PATCH] CompatHelper: bump compat for EinExprs in [weakdeps] 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 01a7775d..42e0b8c2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" authors = ["Matthew Fishman , Joseph Tindall and contributors"] -version = "0.13.7" +version = "0.13.8" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -58,7 +58,7 @@ DataStructures = "0.18" Dictionaries = "0.4" Distributions = "0.25.86" DocStringExtensions = "0.9" -EinExprs = "0.6.4" +EinExprs = "0.6.4, 0.7" Graphs = "1.8" GraphsFlows = "0.1.1" ITensors = "0.7, 0.8, 0.9"