From ac104e65dc16b4c347ce4812ebc237f37ca66a22 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 17 Apr 2024 01:13:31 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensors to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 41457c0..0b0a9aa 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] -ITensors = "0.3" +ITensors = "0.3, 0.4" Memoize = "0.4" TimerOutputs = "0.5" julia = "1.10"