Skip to content

Commit

Permalink
add upper bounds to please the automerge bots (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinschmidt committed Nov 12, 2019
1 parent 8eb0993 commit 0e59b8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Expand Up @@ -14,7 +14,10 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
julia = "1"
DataAPI = "1.1"
StatsBase = "≥0.22.0"
DataStructures = "0.17.0"
ShiftedArrays = "1.0.0"
StatsBase = "0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32"
Tables = "0.2.11"

[extras]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down

2 comments on commit 0e59b8e

@kleinschmidt
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 register()

@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/5301

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.7 -m "<description of version>" 0e59b8ed8c6325175ef9425e89ecab04d87bf70f
git push origin v0.6.7

Please sign in to comment.