Skip to content

Commit c937374

Browse files
github-actions[bot]CompatHelper Juliayebai
authored
CompatHelper: bump compat for AbstractMCMC to 5, (keep existing compat) (#438)
* CompatHelper: bump compat for AbstractMCMC to 5, (keep existing compat) * CompatHelper: bump compat for AbstractMCMC to 5 for package test, (keep existing compat) (#439) Co-authored-by: CompatHelper Julia <[email protected]> * Update Project.toml --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hong Ge <[email protected]>
1 parent dc384ac commit c937374

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
33
keywords = ["markov chain monte carlo", "probablistic programming"]
44
license = "MIT"
55
desc = "Chain types and utility functions for MCMC simulations."
6-
version = "6.0.3"
6+
version = "6.0.4"
77

88
[deps]
99
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -28,7 +28,7 @@ TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
2828
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2929

3030
[compat]
31-
AbstractMCMC = "0.4, 0.5, 1.0, 2.0, 3.0, 4"
31+
AbstractMCMC = "0.4, 0.5, 1.0, 2.0, 3.0, 4, 5"
3232
AxisArrays = "0.4.4"
3333
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
3434
Formatting = "0.4"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2323
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
2424

2525
[compat]
26-
AbstractMCMC = "2.2.1, 3.0, 4"
26+
AbstractMCMC = "2.2.1, 3.0, 4, 5"
2727
DataFrames = "0.22.4, 1.0"
2828
Distributions = "0.24.12, 0.25"
2929
Documenter = "0.26, 0.27"

0 commit comments

Comments
 (0)