From 03d54e4bcb675ed45490fa4215c1e01e1ba02b65 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 16 May 2024 00:41:25 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensorMPS to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3e2805a4..32a7eb28 100644 --- a/Project.toml +++ b/Project.toml @@ -58,7 +58,7 @@ DocStringExtensions = "0.9" EinExprs = "0.6.4" Graphs = "1.8" GraphsFlows = "0.1.1" -ITensorMPS = "0.1" +ITensorMPS = "0.1, 0.2" ITensors = "0.4, 0.5, 0.6" IsApprox = "0.1" IterTools = "1.4.0"