Skip to content

Commit ee23853

Browse files
github-actions[bot]yebai
andcommitted
CompatHelper: bump compat for MCMCChains to 6 for package test, (keep existing compat) (#467)
This pull request changes the compat entry for the `MCMCChains` package from `4.0.4, 5` to `4.0.4, 5, 6` for package test. 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: Hong Ge <[email protected]>
1 parent 8532375 commit ee23853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2222

2323
[compat]
2424
AbstractMCMC = "2.1, 3.0, 4"
25-
AbstractPPL = "0.5.1, 0.6"
25+
AbstractPPL = "0.5"
2626
Bijectors = "0.11, 0.12"
2727
Distributions = "0.25"
2828
DistributionsAD = "0.6.3"
2929
Documenter = "0.26.1, 0.27"
3030
ForwardDiff = "0.10.12"
3131
LogDensityProblems = "2"
32-
MCMCChains = "4.0.4, 5"
32+
MCMCChains = "4.0.4, 5, 6"
3333
MacroTools = "0.5.5"
3434
Setfield = "0.7.1, 0.8, 1"
3535
StableRNGs = "1"

0 commit comments

Comments
 (0)