From bfc1b1fbf532988b49e915fa384743232ac59986 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 00:27:42 +0000 Subject: [PATCH] CompatHelper: bump compat for "Distributions" to "0.24" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e1a8663..5bd7df2 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" DataFrames = "0.21" DataStructures = "0.11,0.12,0.13,0.14,0.15,0.16,0.17, 0.18" Discretizers = "3.0" -Distributions = "0.17,0.18,0.19,0.20,0.21,0.22,0.23" +Distributions = "0.17,0.18,0.19,0.20,0.21,0.22,0.23, 0.24" GraphPlot = "0.3,0.3.1,0.4,0.4.1" IterTools = "1.3" LightGraphs = "1.0"