From 0ed8e60b270959430f485b0ea1be079e06fec975 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Mar 2025 00:57:04 +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 49f03674..cf5ee062 100644 --- a/Project.toml +++ b/Project.toml @@ -63,7 +63,7 @@ EinExprs = "0.6.4" Graphs = "1.8" GraphsFlows = "0.1.1" ITensorMPS = "0.3" -ITensors = "0.7, 0.8" +ITensors = "0.7, 0.8, 0.9" IsApprox = "0.1, 1, 2" IterTools = "1.4.0" KrylovKit = "0.6, 0.7, 0.8"