From 39f1767c9a87bc11fc9fe3a0b750a476fa552963 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Oct 2020 14:18:32 -0700 Subject: [PATCH] CompatHelper: bump compat for "Distributions" to "0.24" (#213) * CompatHelper: bump compat for "Distributions" to "0.24" * Bump version Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chad Scherrer --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f5175bb8..c0fb9912 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Soss" uuid = "8ce77f84-9b61-11e8-39ff-d17a774bf41c" author = ["Chad Scherrer "] -version = "0.15.2" +version = "0.15.3" [deps] AdvancedHMC = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d" @@ -42,7 +42,7 @@ AdvancedHMC = "0.2" Bijectors = "0.8" CategoricalArrays = "0.8" DiffResults = "1.0" -Distributions = "0.21, 0.22, 0.23" +Distributions = "0.21, 0.22, 0.23, 0.24" DistributionsAD = "0.6" DynamicHMC = "2.1" FillArrays = "0.8, 0.9"