From d9ff79f0b8d0604e89a5c651479ca5e6a1a1720e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 17:20:52 +0000 Subject: [PATCH] CompatHelper: bump compat for "Distances" to "0.10" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 12413cc..72f5ce7 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] Arpack = "0.4" -Distances = "0.8, 0.9" +Distances = "0.8, 0.9, 0.10" LsqFit = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11" NearestNeighborDescent = "0.3" julia = "1.4, 1.5"