From 65cf2494959ffb14bdd71724d2c89fdfa7515ae2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 1 May 2026 04:03:06 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensorMPS to 0.4 for package examples, (keep existing compat) --- examples/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Project.toml b/examples/Project.toml index e8117e4..96f0122 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -8,5 +8,5 @@ path = ".." [compat] ITensorGaussianMPS = "0.1" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" LinearAlgebra = "1.10"