From 795f3ab8d84a2c27f75f0604886bad2f38a3892b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 17:38:24 -0400 Subject: [PATCH] CompatHelper: bump compat for IsApprox to 2, (keep existing compat) (#1534) * CompatHelper: bump compat for IsApprox to 2, (keep existing compat) * Bump to v0.6.19 --------- 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 80c0dc93a6..0e9b91a39e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensors" uuid = "9136182c-28ba-11e9-034c-db9fb085ebd5" authors = ["Matthew Fishman ", "Miles Stoudenmire "] -version = "0.6.18" +version = "0.6.19" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -52,7 +52,7 @@ Dictionaries = "0.4" DocStringExtensions = "0.9.3" Functors = "0.2, 0.3, 0.4" HDF5 = "0.14, 0.15, 0.16, 0.17" -IsApprox = "0.1, 1" +IsApprox = "0.1, 1, 2" KrylovKit = "0.4.2, 0.5, 0.6, 0.7, 0.8" LinearAlgebra = "1.6" LinearMaps = "3"