From daa0888a0743fe24fec23c7c5b07e1486056e6fb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Mar 2025 00:24:33 +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 7eda2dd..2297286 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ QuantiscPartitionedMPSsExt = "PartitionedMPSs" EllipsisNotation = "1" FastMPOContractions = "^0.2.2" ITensorMPS = "0.3.1" -ITensors = "0.7" +ITensors = "0.7, 0.9" PartitionedMPSs = "0.5.2" QuanticsTCI = "0.7" SparseIR = "^0.96, 0.97, 1"