From 7ed4f7cb2fff14261497bc1f1201bde53a211ffd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 00:18:42 +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 58384bd..d6b7ba2 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" BenchmarkTools = "^0.4.3, 0.5" Calculus = "0.4, 0.5" DataFrames = "0.17, 0.18, 0.19, 0.20, 0.21" -Distributions = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23" +Distributions = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24" FileIO = "1.0.7, 1.1, 1.2, ^1.3" HDF5 = "0.12, 0.13" JLD2 = "^0.1.3, 0.2"