From 85b494f043799a0d407dd8201c3e9cd6620a173c Mon Sep 17 00:00:00 2001 From: Benna Hugo Date: Mon, 21 Jan 2019 17:31:31 +0200 Subject: [PATCH] Patch in requirement for last compatible version of numpy --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' ]