Skip to content

Commit

Permalink
Upgrade numexpr when available
Browse files Browse the repository at this point in the history
  • Loading branch information
sandcha committed Oct 21, 2019
1 parent 92c74cc commit b6a62ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"openfisca-core >= 34.2.2, < 35.0.0",
"openFisca-france >= 42.1.0, < 43.0.0",
"openFisca-survey-manager >= 0.24, < 1.0.0",
"numpy >= 1.11,<1.16", # openfisca-survey-manager deps and https://github.com/openfisca/openfisca-survey-manager/pull/79
"numexpr == 2.6.8",
"numpy >= 1.11, < 1.16", # openfisca-survey-manager deps and https://github.com/openfisca/openfisca-survey-manager/pull/79
"numexpr >= 2.6.8, < 2.8.0",
"pandas >= 0.20.3, < 1.0.0",
"tables >= 3.0.0, < 4.0.0", # Needed by pandas.HDFStore
"wquantiles >= 0.3.0, < 1.0.0" # To compute weighted quantiles
Expand Down

0 comments on commit b6a62ad

Please sign in to comment.