From 9b5c69ec92b829ccaef2c422f46c148f2aa6f8fe Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 15 May 2024 01:23:09 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensorTDVP 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 bf87762..576654a 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] -ITensorTDVP = "0.3" +ITensorTDVP = "0.3, 0.4" ITensors = "0.3, 0.4, 0.5, 0.6" Reexport = "1" julia = "1.6"