From 7217dd1597a437985eb19538baf47ec2bc26d161 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 26 Oct 2024 01:02:40 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensors to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aa6a804..facb6ed 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.7" KrylovKit = "0.6, 0.7, 0.8" NDTensors = "0.3.31" Observers = "0.2"