Skip to content

Commit

Permalink
Add nptyping
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Oct 7, 2021
1 parent 1b0d835 commit ec78d71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

general_requirements = [
'dpath >= 1.5.0, < 2.0.0',
'nptyping == 1.4.4',
'numexpr >= 2.7.0, <= 3.0',
'numpy >= 1.11, < 1.21',
'psutil >= 5.4.7, < 6.0.0',
Expand All @@ -29,7 +30,7 @@
'flake8-bugbear >= 19.3.0, < 20.0.0',
'flake8-docstrings == 1.6.0',
'flake8-print >= 3.1.0, < 4.0.0',
'flake8-rst-docstrings < 1.0.0',
'flake8-rst-docstrings == 0.2.3',
'mypy >= 0.701, < 0.800',
'openfisca-country-template >= 3.10.0, < 4.0.0',
'openfisca-extension-template >= 1.2.0rc0, < 2.0.0',
Expand Down

0 comments on commit ec78d71

Please sign in to comment.