From b02b32df5bf13494e3625e4781c82f22e60cef32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 23:08:17 +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 ae97511..2128c44 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ RobustPmap = "27aeedcb-f738-516b-a0b8-3211cf1146e5" AffineInvariantMCMC = "1" BlackBoxOptim = "0.5, 0.6" DataFrames = "0.21, 0.22" -Distributions = "0.23, 0.25" +Distributions = "0.23, 0.25, 0.24" ForwardDiff = "0.10, 0.11" RobustPmap = "1" julia = "1.5"