From 8fb91a0285523ea951d353ef6a54bc1738ba98f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Sun, 18 Oct 2020 08:26:43 -0300 Subject: [PATCH] Bump Distances.jl (#204) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8f65ad80..f7537513 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Clustering" uuid = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5" -version = "0.14.1" +version = "0.14.2" [deps] Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" @@ -12,7 +12,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -Distances = "0.8, 0.9" +Distances = "0.8, 0.9, 0.10" NearestNeighbors = "0.4" StatsBase = "0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33" julia = "1"