From 15a49b6534a2397a42a9936f67675b8bc8df5d3b 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:32 +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 018fbaf..2671488 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ TransformVariables = "84d833dd-6860-57f9-a1a7-6da5db126cff" [compat] CategoricalArrays = "0.7" DataFrames = "0.20" -Distributions = "0.23" +Distributions = "0.23, 0.24" Econometrics = "0.2" ForwardDiff = "0.10" GLM = "1.3"