Skip to content

Commit

Permalink
CompatHelper: bump compat for MCMCChains to 6 for package docs, (keep…
Browse files Browse the repository at this point in the history
… existing compat) (#505)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
  • Loading branch information
github-actions[bot] and CompatHelper Julia committed Jul 27, 2023
1 parent c38bdff commit 8440c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Project.toml
Expand Up @@ -15,7 +15,7 @@ Distributions = "0.25"
Documenter = "0.27"
FillArrays = "0.13, 1"
LogDensityProblems = "2"
MCMCChains = "5, 6"
MLUtils = "0.3, 0.4"
Setfield = "0.7.1, 0.8, 1"
StableRNGs = "1"
MCMCChains = "5"

2 comments on commit 8440c61

@yebai
Copy link
Member

@yebai yebai commented on 8440c61 Jul 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/88515

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.23.8 -m "<description of version>" 8440c61de2806153dae8c97ab35b9cbe283a5488
git push origin v0.23.8

Please sign in to comment.