There was an error while loading. Please reload this page.
1 parent 02adb61 commit f4d2623Copy full SHA for f4d2623
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