Skip to content

Commit

Permalink
pin numpy as well for 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank88 committed Apr 8, 2021
1 parent 13c303a commit edba39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def run_tests(self):
long_description_content_type="text/markdown",
cmdclass={'test': PyTest},
setup_requires=["six",
"numpy",
"numpy<=1.18.4",
"setuptools-git",
],
install_requires=["decorator",
Expand Down

0 comments on commit edba39f

Please sign in to comment.