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 2a1babb commit 4acb44fCopy full SHA for 4acb44f
setup.py
@@ -87,7 +87,7 @@ def setup_package():
87
platforms = ["Windows", "Linux", "Mac OS-X"],
88
test_suite = 'nose.collector',
89
python_requires = '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
90
- install_requires = ['numpy', 'cython'],
+ install_requires = ['numpy'],
91
configuration = configuration
92
)
93
setup(**metadata)
0 commit comments