Skip to content

Commit

Permalink
add bounded compat for everything
Browse files Browse the repository at this point in the history
  • Loading branch information
phaverty committed Oct 21, 2019
1 parent 071868f commit 9d178f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Project.toml
Expand Up @@ -13,5 +13,10 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
StatsBase = ">= 0.6.0"
DataFrames = "^0.19.4"
Missings = "^0.4.3"
OrderedCollections = "^1.1.0"
Reexport = "^0.2.0"
Requires = "^0.5.2"
StatsBase = "^0.32.0"
julia = "1.0"

0 comments on commit 9d178f4

Please sign in to comment.