Skip to content

Commit

Permalink
Fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-cty committed Oct 31, 2024
1 parent 4ac5204 commit 27bee46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
'ipdb >= 0.13.13, < 0.14.0',
'matplotlib >= 3.7.1, < 4.0',
'nbconvert >= 7.2.10, < 8.0',
'OpenFisca-Survey-Manager == 1.1.9',
'pytest >= 7.2.2, < 8.0',
'OpenFisca-Survey-Manager',
'ruamel.yaml >= 0.17.21, < 0.18.0',
'seaborn >= 0.12.2, < 0.13.0',
'statsmodels >= 0.13.5, < 0.14.0',
Expand All @@ -54,7 +53,7 @@
),
include_package_data = True, # Will read MANIFEST.in
install_requires = [
'numexpr <= 2.8.4',
'numexpr',
'OpenFisca-Core >= 43, < 44',
'pandas >= 2.0.3, < 3.0',
'python-slugify >= 8.0.1, < 9.0',
Expand Down

0 comments on commit 27bee46

Please sign in to comment.