We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a018f5 commit b635876Copy full SHA for b635876
setup.py
@@ -18,7 +18,7 @@ def read(fname):
18
package_data={
19
'deltasigma': ['test_data/*.mat', 'test_data/*.txt']
20
},
21
- install_requires=['numpy>=1.8.0', 'scipy>=0.11.0', 'matplotlib>=1.1.1'],
+ install_requires=['numpy', 'scipy>=0.11.0', 'matplotlib>=1.1.1'],
22
zip_safe=False,
23
include_package_data=True,
24
author="Giuseppe Venturini and others",
0 commit comments