Skip to content

Commit

Permalink
Require numexpr 2.8.4, because 2.8.5 raises forbidden control charact…
Browse files Browse the repository at this point in the history
…ers errors
  • Loading branch information
eraviart committed Aug 7, 2023
1 parent 1bd235b commit 7c00f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
),
include_package_data = True, # Will read MANIFEST.in
install_requires = [
'numexpr = 2.8.4',
'OpenFisca-Core >= 40.1, < 42',
'pandas >= 1.5.3, < 2.0',
'python-slugify >= 8.0.1, < 9.0',
Expand Down

0 comments on commit 7c00f22

Please sign in to comment.