From e9a462c32b0da43d6214b6e578f0e95f2ff0524d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 12:46:18 +0200 Subject: [PATCH] CompatHelper: bump compat for "AbstractMCMC" to "3.0" (#16) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Widmann --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f0d623b..c0869cb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "EllipticalSliceSampling" uuid = "cad2338a-1db2-11e9-3401-43bc07c9ede2" authors = ["David Widmann "] -version = "0.4.1" +version = "0.4.2" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -11,7 +11,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -AbstractMCMC = "2" +AbstractMCMC = "2, 3" ArrayInterface = "2, 3" Distributions = "0.22, 0.23, 0.24" julia = "1"