From 6e9a6d77d8c6e442a63c2ccdd97278b84af3938c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 5 Feb 2025 00:25:24 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensors to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d73b9b9..9733b10 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.8" JET = "0.9.12" OrderedCollections = "1" Quantics = "0.4"