From 177b18e5ca4df45900ea4c1671156bc38670a58d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 7 Jul 2026 02:36:52 +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 b753c53..69a27b9 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ Arpack = "0.5" FFTW = "1" HDF5 = "0.17" ITensorMPS = "0.2" -ITensors = "0.6" +ITensors = "0.6, 0.9" NDTensors = "0.3" Quantics = "0.3" QuanticsGrids = "0.7"