From 6c9d219f49641412197633d1ff1205a61601e5c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 21:23:51 +0100 Subject: [PATCH] CompatHelper: add new compat entry for Clustering at version 0.14, (keep existing compat) (#244) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index dc0a4ca7..1fe21f88 100644 --- a/Project.toml +++ b/Project.toml @@ -26,6 +26,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] +Clustering = "0.14" Combinatorics = "0.7, 1" DSP = "0.6, 0.7" DelayEmbeddings = "2"