Skip to content

Commit

Permalink
add compats toj docs, point docs and test for CompatHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Oct 7, 2024
1 parent 08a61eb commit e5415c4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["test", "docs"])'
17 changes: 17 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,20 @@ SliceSampling = "43f4d3e8-9711-4a8c-bd1b-03ac73a255cf"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[compat]
AbstractMCMC = "5"
Distributions = "0.25"
Documenter = "1"
FillArrays = "1"
LogDensityProblems = "2"
MCMCDiagnosticTools = "0.3"
PDMats = "0.11"
Plots = "1"
PrettyTables = "2"
Random = "1"
SliceSampling = "0.6"
StableRNGs = "1"
Statistics = "1"
Turing = "0.34"
julia = "1.10"

0 comments on commit e5415c4

Please sign in to comment.