File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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"] )'
Original file line number Diff line number Diff line change @@ -13,3 +13,20 @@ SliceSampling = "43f4d3e8-9711-4a8c-bd1b-03ac73a255cf"
1313StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3"
1414Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1515Turing = " 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"
You can’t perform that action at this time.
0 commit comments