diff --git a/python/setup.py b/python/setup.py index fec34fd70..41d04fb85 100644 --- a/python/setup.py +++ b/python/setup.py @@ -135,7 +135,7 @@ def find_version(*filepath): requires = [ - "numpy", + "numpy >= 1.10.4", "filelock", "funcsigs", "click",