From d94e8652df7d04d19f31515abe47df1a305ddde2 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:17:33 +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 a9678db..c686d58 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] Bridge = "0.9, 0.10, 0.11" -Distributions = "0.21, 0.22, 0.23" +Distributions = "0.21, 0.22, 0.23, 0.24" ForwardDiff = "0.10" GaussianDistributions = "0.3.2, 0.4" Interpolations = "0.12"