Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
setup.py: added missing dependency "numpy"
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed May 7, 2020
1 parent fb0b0a9 commit d807824
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 @@ -67,6 +67,7 @@
],
packages=setuptools.find_packages(),
install_requires=[
"numpy<2",
# hoping pandas maintainers use semantic versioning
# TODO verify lower version constraint
"pandas>=0.21,<2",
Expand Down

0 comments on commit d807824

Please sign in to comment.