Skip to content

Commit d00165b

Browse files
Removing cython from install_requires
1 parent a171b44 commit d00165b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def setup_package():
7777
platforms = ["Windows", "Linux", "Mac OS-X"],
7878
test_suite = 'nose.collector',
7979
python_requires = '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
80-
install_requires=['numpy','cython'],
80+
install_requires=['numpy'],
8181
configuration = configuration
8282
)
8383

0 commit comments

Comments
 (0)