Skip to content

Commit

Permalink
Add Cython to setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrukwa committed Dec 29, 2019
1 parent bf93349 commit 066a971
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 @@ -61,6 +61,7 @@
'typing>=3.6.2'
],
setup_requires=[
'cython',
'numpy>=0.12.1',
],
python_requires='>=3.5',
Expand Down

0 comments on commit 066a971

Please sign in to comment.