From 0c4e4b7a5b8a4325a1b5a4946556b85e8f38d9c9 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Wed, 27 Mar 2024 13:17:27 -0400 Subject: [PATCH] Bump ITensors compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e4caee82..bfa7029a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" authors = ["Matthew Fishman and contributors"] -version = "0.4.1" +version = "0.4.2" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -51,7 +51,7 @@ DocStringExtensions = "0.8, 0.9" EinExprs = "0.6.4" Graphs = "1.8" GraphsFlows = "0.1.1" -ITensors = "0.3.23" +ITensors = "0.3.58" IsApprox = "0.1" IterTools = "1.4.0" KrylovKit = "0.6.0"