Skip to content

Commit 8546b37

Browse files
committed
Fixed setup.py's install_requires
1 parent 87d7525 commit 8546b37

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
@@ -119,7 +119,7 @@ def run(self):
119119
packages=get_subpackages(PACKAGE_NAME),
120120
package_data={PACKAGE_NAME:
121121
get_package_data(PACKAGE_NAME, ('.png', '.svg', '.mo'))},
122-
install_requires=["NumPy (>=1.3)"],
122+
install_requires=["NumPy>=1.3"],
123123
extras_require = {
124124
'Doc': ["Sphinx>=1.1"],
125125
'Tests': ["guidata>=1.7.0"],

0 commit comments

Comments
 (0)