From 0a7f68816363c4484d712f6cbda443a241b3a21f 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:20:20 +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 60488b66..39589f3c 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ ChainRules = "0.7" ChainRulesCore = "0.9.9" Compat = "3.6" DiffRules = "0.1, 1.0" -Distributions = "0.23.3" +Distributions = "0.23.3, 0.24" FillArrays = "0.8, 0.9" ForwardDiff = "0.10.6" NaNMath = "0.3"