From b8444d49f4aac190d1038013e6003c406798c05d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Mar 2025 00:26:58 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensors to 0.9, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d73b9b9..e9a361a 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ EllipsisNotation = "1" FastMPOContractions = "0.2.2" HubbardAtoms = "0.1.0" ITensorMPS = "0.3.2" -ITensors = "0.7" +ITensors = "0.7, 0.9" JET = "0.9.12" OrderedCollections = "1" Quantics = "0.4"