From 8bccae4c9c45d1083e9df281c2a497f544b3dca9 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Mon, 17 Aug 2020 15:59:25 +0200 Subject: [PATCH] Bound Distributions --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 77bd43fc..9ca5e86b 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" [compat] ArgCheck = "1, 2" Compat = "3" -Distributions = "0.23.3" +Distributions = "=0.23.3, =0.23.4, =0.23.5, =0.23.6, =0.23.7, =0.23.8" MappedArrays = "0.2.2" NNlib = "0.6, 0.7" Reexport = "0.2"