From 07faf96c295b4c9892b6b2a03c87c9cb7f0b78b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 09:05:02 +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 0eb1f9d..1c01d27 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Widgets = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62" Clustering = "0.13, 0.14" DataStructures = "0.17, 0.18" DataValues = "0.4" -Distributions = "0.21, 0.22, 0.23" +Distributions = "0.21, 0.22, 0.23, 0.24" Interpolations = "0.12" KernelDensity = "0.5, 0.6" MultivariateStats = "0.7"