Skip to content

Commit

Permalink
Merge pull request #253 from LAMPSPUC/fix_stats_base
Browse files Browse the repository at this point in the history
fix statsbase on 0.33
  • Loading branch information
guilhermebodin authored Mar 31, 2021
2 parents 73dae9e + 9da371a commit 9962d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Optim = "0.20, 0.21, 0.22, 1.2"
Polynomials = "1"
RecipesBase = "1"
ShiftedArrays = "1"
StatsBase = "^0"
StatsBase = "0.33"
julia = "1"

[extras]
Expand Down

2 comments on commit 9962d4f

@guilhermebodin
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/33288

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.8 -m "<description of version>" 9962d4fbdd9806d5b2abd60ed3a839646149880f
git push origin v0.5.8

Please sign in to comment.