Skip to content

Commit

Permalink
Document numpy 1.15.3/astropy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 30, 2018
1 parent af974cc commit 07f0bce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
requirements = ['decorator']

if not on_rtd:
requirements += ['numpy >= 1.14.0, < 1.15.3', 'numba >= 0.38.0']
requirements += [
# astropy breaks with numpy 1.15.3
# https://github.com/astropy/astropy/issues/7943
'numpy >= 1.14.0, < 1.15.3',
'numba >= 0.38.0']

extras_require = {
'dask': ['dask[array] >= 0.18.0, < 0.20.0'],
Expand Down

0 comments on commit 07f0bce

Please sign in to comment.