Skip to content

Commit

Permalink
change compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Broda committed Sep 4, 2019
1 parent 533d4d2 commit 173ecde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Retry = "20febd7b-183b-5ae2-ac4a-720e7ce64774"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"

[compat]
Distributions = "=0.19.2" # change this or the next line and all hell breaks loose
StatsBase = "=0.30.0"
StatsBase = ">=0.30.0"
StatsModels = ">=0.6.3"
julia = "1.0.0"

Expand Down

0 comments on commit 173ecde

Please sign in to comment.