From d287f1bcf79fd74adad90d62d885cf48e357fed0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 1 May 2026 04:03:53 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensorMPS to 0.4 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index a922db5..9e597f2 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,7 +13,7 @@ path = ".." [compat] Aqua = "0.8.9" ITensorGaussianMPS = "0.1" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" ITensorPkgSkeleton = "0.3.42" ITensors = "0.7, 0.8, 0.9" LinearAlgebra = "1.10"