From a90684e8d290f9e024a3e558a4e330428868def9 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:06:14 +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 312b7fb5..ba7e6f0f 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] ArgCheck = "1.0, 2.0" Clustering = "0.13, 0.14" -Distributions = "0.20, 0.21, 0.22, 0.23" +Distributions = "0.20, 0.21, 0.22, 0.23, 0.24" Hungarian = "0.5, 0.6" julia = "1.0"