From be521a24bdb8bf0b9a6a7e226ba361a12145847f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 20:00:55 +1300 Subject: [PATCH] CompatHelper: bump compat for MiniQhull to 0.4, (keep existing compat) (#160) * CompatHelper: bump compat for MiniQhull to 0.4, (keep existing compat) * Bump version Co-authored-by: CompatHelper Julia Co-authored-by: mtsch --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index cc53688b..3bb67ab2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Ripserer" uuid = "aa79e827-bd0b-42a8-9f10-2b302677a641" authors = ["mtsch "] -version = "0.16.10" +version = "0.16.11" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" @@ -27,7 +27,7 @@ Distances = "0.8, 0.9, 0.10" Graphs = "1" IterTools = "1" MLJModelInterface = "^0.3.5, 0.4, 1" -MiniQhull = "0.2, 0.3" +MiniQhull = "0.2, 0.3, 0.4" PersistenceDiagrams = "0.9" ProgressMeter = "1" RecipesBase = "1"