From 24e2f5034b1827fb09b0b8f05e0c6cb10d2153d0 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Sat, 21 Mar 2020 22:31:44 +1100 Subject: [PATCH] Support Distributions 0.23 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5315a26..ba49b9a 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] AbstractMCMC = "0.5" ArrayInterface = "2" -Distributions = "0.22" +Distributions = "0.22, 0.23" julia = "1" [extras]