We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a171b44 commit d00165bCopy full SHA for d00165b
setup.py
@@ -77,7 +77,7 @@ def setup_package():
77
platforms = ["Windows", "Linux", "Mac OS-X"],
78
test_suite = 'nose.collector',
79
python_requires = '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
80
- install_requires=['numpy','cython'],
+ install_requires=['numpy'],
81
configuration = configuration
82
)
83
0 commit comments