From bc8fffd33520f0e9caa0d8e052c216c8d6c93b4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 22:06:26 -0400 Subject: [PATCH] CompatHelper: bump compat for ITensorMPS to 0.2, (keep existing compat) (#10) * CompatHelper: bump compat for ITensorMPS to 0.2, (keep existing compat) * Bump to ITensorMPS.jl v0.2 --------- Co-authored-by: CompatHelper Julia Co-authored-by: Matt Fishman --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1ec74af..f7dd129 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorGaussianMPS" uuid = "2be41995-7c9f-4653-b682-bfa4e7cebb93" authors = ["Matthew Fishman and contributors"] -version = "0.1.8" +version = "0.1.9" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" @@ -11,7 +11,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [compat] Compat = "3.40.0, 4" -ITensorMPS = "0.1" +ITensorMPS = "0.1, 0.2" ITensors = "0.3.58, 0.4, 0.5, 0.6" LinearAlgebra = "1.6" julia = "1.6"