From aea1456bb50e3d972922fee2c4b8fd69d30400a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 09:06:35 +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 89c76bb..2f08188 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ AbstractTrees = "0.3" Adapt = "2" BSON = "0.2" CUDA = "1" -Distributions = "0.22, 0.23" +Distributions = "0.22, 0.23, 0.24" ElasticArrays = "1.2" FillArrays = "0.8, 0.9" Flux = "0.11.1"