From 6a8a36f9d8d57b9c3fd47de8d23038ef9e677581 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 22:06:57 -0400 Subject: [PATCH] CompatHelper: bump compat for ITensorMPS to 0.2, (keep existing compat) (#16) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6f60365..1f201a9 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] -ITensorMPS = "0.1" +ITensorMPS = "0.1, 0.2" ITensors = "0.3, 0.4, 0.5, 0.6" LinearAlgebra = "1.10" Memoize = "0.4"