From 180e4c320f1b83cdb0cccb4a9f57cddd6363e272 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:22:58 +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 f98cc78..84abaa5 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] AbstractMCMC = "2" ArrayInterface = "2" -Distributions = "0.22, 0.23" +Distributions = "0.22, 0.23, 0.24" julia = "1" [extras]