From 13342a889533d8781c61071d08cb9ddc639b27d7 Mon Sep 17 00:00:00 2001 From: Or Dinari Date: Thu, 31 Oct 2019 16:24:59 +0200 Subject: [PATCH] update dependencies --- Project.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Project.toml b/Project.toml index d838f64..310442b 100644 --- a/Project.toml +++ b/Project.toml @@ -19,6 +19,15 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] Clustering = "0.13.3" julia = "1" +NPZ = "0.4.0" +JLD2 = "0.1.3" +DistributedArrays = "0.6" +Distributions = "0.21.3" +SpecialFunctions = "0.7" +StatsBase = "0.32" +CatViews = "1" + + [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"