Skip to content

Commit c32bf95

Browse files
committed
cython is only a build requirement, not an install requirement
1 parent 79c9f0a commit c32bf95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def getenv(key):
6868
# detect cython
6969
if PLATFORM != 'android':
7070
SETUP_REQUIRES.append('cython')
71-
INSTALL_REQUIRES.append('cython')
7271
else:
7372
FILES = [fn[:-3] + 'c' for fn in FILES if fn.endswith('pyx')]
7473

0 commit comments

Comments
 (0)