Skip to content

Commit e5415c4

Browse files
committed
add compats toj docs, point docs and test for CompatHelper
1 parent 08a61eb commit e5415c4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16-
run: julia -e 'using CompatHelper; CompatHelper.main()'
16+
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["test", "docs"])'

docs/Project.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,20 @@ SliceSampling = "43f4d3e8-9711-4a8c-bd1b-03ac73a255cf"
1313
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
1414
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1515
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
16+
17+
[compat]
18+
AbstractMCMC = "5"
19+
Distributions = "0.25"
20+
Documenter = "1"
21+
FillArrays = "1"
22+
LogDensityProblems = "2"
23+
MCMCDiagnosticTools = "0.3"
24+
PDMats = "0.11"
25+
Plots = "1"
26+
PrettyTables = "2"
27+
Random = "1"
28+
SliceSampling = "0.6"
29+
StableRNGs = "1"
30+
Statistics = "1"
31+
Turing = "0.34"
32+
julia = "1.10"

0 commit comments

Comments
 (0)