From 91b602135590a0de116569a62718acfc836b6630 Mon Sep 17 00:00:00 2001 From: Or Dinari Date: Thu, 26 Nov 2020 10:40:56 +0200 Subject: [PATCH] dd --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 195fbeb..92b7dbf 100644 --- a/Project.toml +++ b/Project.toml @@ -16,11 +16,11 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -Clustering = "^0.13,0.2" -Distributions = "0.1,0.2" +Clustering = "0.13,0.14" +Distributions = "0.16 - 0.25" JLD2 = "0.1, 0.2,0.3,0.4" NPZ = "0.1, 0.2,0.3,0.4,0.5,0.6" SpecialFunctions = "0.8, 0.9, 0.10, 1.0" -StatsBase = "0.32, 0.33,0.34.0.35" +StatsBase = "0.32,0.33,0.34" julia = "1.5,1.6" PDMats ="0.10,1.0"