From a3d9ad602868ae46625b925610330a19350c5fb7 Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Mon, 10 Jun 2024 16:37:22 +0200 Subject: [PATCH] Bump to v0.1.4: support ITensors v0.4 and v0.5 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d2694f3..6be4564 100644 --- a/Project.toml +++ b/Project.toml @@ -1,14 +1,14 @@ name = "TCIITensorConversion" uuid = "9f0aa9f4-9415-4e6a-8795-331ebf40aa04" authors = ["Ritter.Marc and contributors"] -version = "0.1.3" +version = "0.1.4" [deps] ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5" TensorCrossInterpolation = "b261b2ec-6378-4871-b32e-9173bb050604" [compat] -ITensors = "0.3, 0.6" +ITensors = "0.3, 0.4, 0.5, 0.6" TensorCrossInterpolation = "0.8, 0.9" julia = "1.6"