From d2678d5c486b2ed3b092ae92e0ed4095dd992538 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 19:08:13 +0000 Subject: [PATCH] CompatHelper: bump compat for "AbstractMCMC" to "3.0" (#228) This pull request changes the compat entry for the `AbstractMCMC` package from `2` to `2, 3.0`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. 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 ec9ef4e96..31331f3fb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DynamicPPL" uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8" -version = "0.10.12" +version = "0.10.13" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -13,7 +13,7 @@ NaturalSort = "c020b1a1-e9b0-503a-9c33-f039bfc54a85" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] -AbstractMCMC = "2" +AbstractMCMC = "2, 3.0" AbstractPPL = "0.1.2" Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9" ChainRulesCore = "0.9.7" diff --git a/test/Project.toml b/test/Project.toml index f54689403..cfbc4a80c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,7 +18,7 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -AbstractMCMC = "2.1" +AbstractMCMC = "2.1, 3.0" AbstractPPL = "0.1.2" Bijectors = "0.8.2, 0.9" Distributions = "0.24"