From 57f80aa7ea41fabd6e5c2546879ac115e8c71825 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 Mar 2023 00:56:08 +0000 Subject: [PATCH] CompatHelper: bump compat for Clustering to 0.15, (keep existing compat) --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 0cdfe30..0cc73be 100644 --- a/Project.toml +++ b/Project.toml @@ -17,14 +17,14 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -DataFrames = "1" -FreqTables = "0.4" CategoricalArrays = "0.8 - 0.10" -StatsBase = "0.33" +Clustering = "0.14, 0.15" +Combinatorics = "1" +DataFrames = "1" Distances = "0.10" -Clustering = "0.14" +FreqTables = "0.4" Reexport = "1" -Combinatorics = "1" +StatsBase = "0.33" julia = "1" [extras]