Skip to content

Commit

Permalink
Fix CompatHelper and bump MLJBase and MLJIteration versions for docs …
Browse files Browse the repository at this point in the history
…build (#300)

* Bump MLJBase and MLJIteration versions for docs

* Increment patch number

* Specify shell for compathelper
  • Loading branch information
sethaxen authored Oct 8, 2023
1 parent 99e7360 commit d70554d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
shell: julia {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ArviZ"
uuid = "131c737c-5715-5e2e-ad31-c244f01c1dc7"
authors = ["Seth Axen <[email protected]>"]
version = "0.10.2"
version = "0.10.3-DEV"

[deps]
InferenceObjects = "b5cf5a8d-e756-4ee3-b014-01d49d192c00"
Expand Down
8 changes: 5 additions & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ PlutoStaticHTML = "359b1769-a58e-495b-9770-312e911026ad"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
PosteriorStats = "7f36be82-ad55-44ba-a5c0-b8b5480d7aa5"
StanSample = "c1514b29-d3a0-5178-b312-660c88baa699"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatisticalMeasures = "a19d573c-0a75-4610-95b3-7071388c7541"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[compat]
Expand All @@ -36,11 +37,12 @@ Distributions = "0.25"
Documenter = "0.27"
EvoTrees = "0.14.8, 0.15"
MCMCDiagnosticTools = "0.3"
MLJBase = "0.21.6"
MLJIteration = "0.5.1"
MLJBase = "1"
MLJIteration = "0.6"
PlutoStaticHTML = "4.0.5, 5, 6"
PlutoUI = "0.7"
PosteriorStats = "0.1.1"
StanSample = "7.0.1"
StatisticalMeasures = "0.1"
StatsBase = "0.32, 0.33, 0.34"
Turing = "0.24.1, 0.25, 0.26, 0.27, 0.28"

0 comments on commit d70554d

Please sign in to comment.