Skip to content

Commit

Permalink
cython is only a build requirement, not an install requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tshirtman committed Aug 24, 2021
1 parent 79c9f0a commit c32bf95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def getenv(key):
# detect cython
if PLATFORM != 'android':
SETUP_REQUIRES.append('cython')
INSTALL_REQUIRES.append('cython')
else:
FILES = [fn[:-3] + 'c' for fn in FILES if fn.endswith('pyx')]

Expand Down

0 comments on commit c32bf95

Please sign in to comment.