From efbae61a54ce17c3b6ec3feafcf0a7800f1afb73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2019 14:12:37 +0000 Subject: [PATCH] CompatHelper: add new compat entry for "Distances" at version "0.8" --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index b26370c..c7892b3 100644 --- a/Project.toml +++ b/Project.toml @@ -18,6 +18,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] Clustering = ">= 0.9.0" DataStructures = ">= 0.7.1" +Distances = "0.8" ImageFiltering = ">= 0.1.3" Images = ">= 0.9" LightGraphs = ">= 0.9.0"