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.
2 parents 1511ecc + 4bb1178 commit 7bc3104Copy full SHA for 7bc3104
setup.py
@@ -66,9 +66,8 @@
66
license='MIT',
67
scripts=[],
68
data_files=[],
69
- requires=["numpy", "scipy", "cython"],
70
- setup_requires=["numpy>=1.16", "scipy>=1.0", "cython>=0.23"],
71
- install_requires=["numpy>=1.16", "scipy>=1.0", "cython>=0.23"],
+ setup_requires=["numpy>=1.16", "cython>=0.23"],
+ install_requires=["numpy>=1.16", "scipy>=1.0"],
72
classifiers=[
73
'Development Status :: 5 - Production/Stable',
74
'Intended Audience :: Developers',
0 commit comments