Skip to content

Commit b635876

Browse files
committed
Fix requirements.
1 parent 9a018f5 commit b635876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(fname):
1818
package_data={
1919
'deltasigma': ['test_data/*.mat', 'test_data/*.txt']
2020
},
21-
install_requires=['numpy>=1.8.0', 'scipy>=0.11.0', 'matplotlib>=1.1.1'],
21+
install_requires=['numpy', 'scipy>=0.11.0', 'matplotlib>=1.1.1'],
2222
zip_safe=False,
2323
include_package_data=True,
2424
author="Giuseppe Venturini and others",

0 commit comments

Comments
 (0)