From d1cc2e1ed64e1b8250cf81eb3c64063df561ff45 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 5 Feb 2025 01:04:18 +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 aa6a804..1975801 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ ITensorTDVPObserversExt = "Observers" [compat] Adapt = "3, 4" Compat = "4" -ITensors = "0.6.10" +ITensors = "0.6.10, 0.8" KrylovKit = "0.6, 0.7, 0.8" NDTensors = "0.3.31" Observers = "0.2"