Skip to content

Commit

Permalink
use python_requires to prevent pip from trying with older python
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Oct 18, 2019
1 parent c6c1cf1 commit 7dec3d7
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 @@ -435,6 +435,7 @@ def setup_package():

install_requires=["numpy>=1.13.3"],
setup_requires=["numpy>=1.13.3"],
python_requires=">=3.5",
)

if "--force" in sys.argv:
Expand Down

0 comments on commit 7dec3d7

Please sign in to comment.