From 97bd85b207ce63394cee13862b22863ec3c505ae Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 9 May 2024 15:50:12 -0400 Subject: [PATCH] Loosen compat restrictions for ITensors down to v0.3 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 607336f..26eea9f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorMPS" uuid = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2" authors = ["Matthew Fishman ", "Miles Stoudenmire "] -version = "0.1.1" +version = "0.1.2" [deps] ITensorTDVP = "25707e16-a4db-4a07-99d9-4d67b7af0342" @@ -10,7 +10,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] ITensorTDVP = "0.3" -ITensors = "0.5.2, 0.6" +ITensors = "0.3, 0.4, 0.5, 0.6" Reexport = "1" julia = "1.6"