From 3435caec479ff4795e9805b6dc48f2ef6d5f0ff2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 1 May 2026 17:02:04 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensorMPS to 0.4 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index e64ac88..471d1bb 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -12,5 +12,5 @@ path = ".." Documenter = "1" ITensorFormatter = "0.2.27" ITensorGaussianMPS = "0.1" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" LinearAlgebra = "1.10"