Skip to content

Commit

Permalink
CompatHelper: bump compat for StatsBase to 0.34, (keep existing compa…
Browse files Browse the repository at this point in the history
…t) (#416)

* CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat)

* CompatHelper: bump compat for StatsBase to 0.34 for package test, (keep existing compat) (#417)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>

* Update Project.toml

* Apply suggestions from code review

Co-authored-by: David Widmann <devmotion@users.noreply.github.com>

* Update Project.toml

---------

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
4 people committed May 26, 2023
1 parent be0b04f commit 3251aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ NaturalSort = "1"
OrderedCollections = "1.4"
PrettyTables = "0.9, 0.10, 0.11, 0.12, 1, 2"
RecipesBase = "0.7, 0.8, 1.0"
StatsBase = "0.32, 0.33"
StatsBase = "0.33.2, 0.34"
StatsFuns = "0.8, 0.9, 1"
TableTraits = "0.4, 1"
Tables = "1"
Expand Down
3 changes: 1 addition & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ KernelDensity = "0.6.2"
MCMCChains = "6"
MLJBase = "0.18, 0.19, 0.20, 0.21"
MLJDecisionTreeInterface = "0.3, 0.4"
StatsBase = "0.33.2"
StatsPlots = "0.14.17, 0.15"
StatsBase = "0.33.2, 0.34"
TableTraits = "1"
Tables = "1.3.1"
UnicodePlots = "2, 3"
Expand Down

0 comments on commit 3251aae

Please sign in to comment.