From cba37991b545be9fe986f74d3e9b3a05582ece20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 12:23:48 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for "Distributions" to "0.25" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 513ec4d8..d24533e8 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" [compat] AbstractMCMC = "2" -Distributions = "0.23, 0.24" +Distributions = "0.23, 0.24, 0.25" Libtask = "0.5" StatsFuns = "0.9" julia = "1.3" From fa300a3a5bb751dd5d18f0e524c6b0fe2510c003 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Thu, 13 May 2021 14:26:51 +0200 Subject: [PATCH 2/2] Update test dependency --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 6d181a79..2a07335f 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -7,6 +7,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] AbstractMCMC = "2" -Distributions = "0.24" +Distributions = "0.24, 0.25" Libtask = "0.5" julia = "1.3"