From 8abc41b3502d61cc0b51483083eca8ae37ffc71f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 27 Apr 2026 02:53:38 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensorMPS to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e0b032a..1b8d56e 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" TikzPictures = "37f6aa50-8035-52d0-81c2-5a1d08754b2d" [compat] -ITensorMPS = "0.3.26" +ITensorMPS = "0.3.26, 0.4" ITensors = "0.9.18" LaTeXStrings = "1.4.0" TikzPictures = "3.5.1"