From 9c56419b502bc5c7770f24cd17b51aee5a073b93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 20:08:13 +1300 Subject: [PATCH] CompatHelper: bump compat for "MiniQhull" to "0.3" (#144) * CompatHelper: bump compat for "MiniQhull" to "0.3" * bump version Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mtsch --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index aa053119..186236a4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Ripserer" uuid = "aa79e827-bd0b-42a8-9f10-2b302677a641" authors = ["mtsch "] -version = "0.16.5" +version = "0.16.6" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" @@ -27,7 +27,7 @@ Distances = "0.8, 0.9, 0.10" IterTools = "1" LightGraphs = "1.3.3" MLJModelInterface = "^0.3.5, 0.4" -MiniQhull = "0.2" +MiniQhull = "0.2, 0.3" PersistenceDiagrams = "0.9" ProgressMeter = "1" RecipesBase = "1"