Skip to content

Commit

Permalink
Merge pull request #91 from ska-sa/last-numpy
Browse files Browse the repository at this point in the history
Patch in requirement for last compatible version of numpy
  • Loading branch information
ratt-priv-ci authored Jan 21, 2019
2 parents ed5553f + 85b494f commit 07e8fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]

Expand Down

0 comments on commit 07e8fa7

Please sign in to comment.