diff --git a/setup.py b/setup.py index fb0d418..6395dc8 100755 --- a/setup.py +++ b/setup.py @@ -9,14 +9,14 @@ # 'timba', not available on pypi 'matplotlib', 'python_casacore', - 'numpy', + 'numpy<=1.16', 'future' ] if six.PY2 else [ 'astropy>=3.0', # 'timba', not available on pypi 'matplotlib', 'python_casacore', - 'numpy', + 'numpy>=1.16', 'future' ]