Ensure numpy is at least 1.10.4 in setup.py (#2462)

In the build script, numpy is specifically set at 1.10.4. We should also ensure that it is indeed the case in `setup.py`.
This commit is contained in:
nam-cern
2018-12-24 20:01:25 +01:00
committed by Robert Nishihara
parent 9f63119a83
commit 3d8f56409b
+1 -1
View File
@@ -135,7 +135,7 @@ def find_version(*filepath):
requires = [
"numpy",
"numpy >= 1.10.4",
"filelock",
"funcsigs",
"click",