Skip to content

Commit 74a099d

Browse files
github-actions[bot]CompatHelper Juliadevmotion
authored
CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#84)
* CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) * Update Project.toml * Fix package version in docs environment --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: David Widmann <[email protected]>
1 parent 8de85be commit 74a099d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/CompatHelper.yml

+1-1
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 = ["", "docs"])'

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ParetoSmooth"
22
uuid = "a68b5a21-f429-434e-8bfa-46b447300aac"
33
authors = ["Carlos Parada <[email protected]>"]
4-
version = "0.7.6"
4+
version = "0.7.7"
55

66
[deps]
77
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
@@ -25,7 +25,7 @@ MCMCDiagnosticTools = "0.3.2"
2525
NamedDims = "0.2.35, 1"
2626
PrettyTables = "2.1,2.2"
2727
Requires = "1.1.3"
28-
StatsBase = "0.33.10"
28+
StatsBase = "0.33.10, 0.34"
2929
julia = "1.6"
3030

3131
[extensions]

docs/Project.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3-
ParetoSmooth = "a68b5a21-f429-434e-8bfa-46b447300aac"
3+
4+
[compat]
5+
Documenter = "0.27"

0 commit comments

Comments
 (0)