This commit is contained in:
Steven Silvester
2015-07-12 22:26:07 -05:00
parent 43168c60a6
commit 39b8198250
+1 -1
View File
@@ -63,7 +63,7 @@ if __name__ == "__main__":
try:
from numpy.distutils.core import setup
extra = {'configuration': configuration}
# do not risk update numpy
# do not risk updating numpy
INSTALL_REQUIRES = [r for r in INSTALL_REQUIRES if 'numpy' not in r]
except ImportError:
if len(sys.argv) >= 2 and ('--help' in sys.argv[1:] or