From 47fddf616f93581b8a3315f96ca380979e03ede0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= <15837247+mofeing@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:40:03 +0000 Subject: [PATCH] Fix EinExprs version Co-authored-by: Matt Fishman --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e53a4b80..04096e54 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ DataStructures = "0.18" Dictionaries = "0.3.15" Distributions = "0.25.86" DocStringExtensions = "0.8, 0.9" -EinExprs = "0.6" +EinExprs = "0.6.4" Graphs = "1.8" GraphsFlows = "0.1.1" ITensors = "0.3.23"