From af0387f44b6faf25222cb620701e1f54bb9c02c7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 26 Oct 2024 01:39:06 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensorMPS to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ad23326..88a6316 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, 0.2" +ITensorMPS = "0.1, 0.2, 0.3" ITensors = "0.3, 0.4, 0.5, 0.6" LinearAlgebra = "1.9, 1.10" Memoize = "0.4"