From 902ea39138a9634f3396e567d785a9c16d767b74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:30:00 -0400 Subject: [PATCH] CompatHelper: bump compat for IsApprox to 1, (keep existing compat) (#199) * CompatHelper: bump compat for IsApprox to 1, (keep existing compat) * Bump to v0.11.19 --------- Co-authored-by: CompatHelper Julia Co-authored-by: mtfishman --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 89ebca6f..251d62f1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" authors = ["Matthew Fishman , Joseph Tindall and contributors"] -version = "0.11.18" +version = "0.11.19" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -64,7 +64,7 @@ Graphs = "1.8" GraphsFlows = "0.1.1" ITensorMPS = "0.2.2" ITensors = "0.6.8" -IsApprox = "0.1" +IsApprox = "0.1, 1" IterTools = "1.4.0" KrylovKit = "0.6, 0.7, 0.8" MacroTools = "0.5"