From 223c5f8d3f0193df1891b98f6ad5122336e8b185 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 00:56:00 +0200 Subject: [PATCH] CompatHelper: bump compat for "Distributions" to "0.25" (#300) * CompatHelper: bump compat for "Distributions" to "0.25" * CompatHelper: bump compat for "Distributions" to "0.25" for package test (#301) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Bump version Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Widmann --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 0463c73b..a18c8807 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" keywords = ["markov chain monte carlo", "probablistic programming"] license = "MIT" desc = "Chain types and utility functions for MCMC simulations." -version = "4.10.0" +version = "4.11.0" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -33,7 +33,7 @@ AbstractFFTs = "0.5, 1" AbstractMCMC = "0.4, 0.5, 1.0, 2.0, 3.0" AxisArrays = "0.4.2" Compat = "2.2, 3" -Distributions = "0.21, 0.22, 0.23, 0.24" +Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" Formatting = "0.4" IteratorInterfaceExtensions = "0.1.1, 1" MLJModelInterface = "0.3.5, 0.4, 1.0" diff --git a/test/Project.toml b/test/Project.toml index c94dc581..fe1f88d4 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -23,7 +23,7 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" [compat] AbstractMCMC = "2.2.1, 3.0" DataFrames = "0.22.4, 1.0" -Distributions = "0.24.12" +Distributions = "0.24.12, 0.25" Documenter = "0.26" FFTW = "1.1" IteratorInterfaceExtensions = "1"