Add numpy to install_requires in setup.py
numpy
is a first-class requirement of this package, so it should be called out in install_requires
(even though it is a requirement for both astropy
and scipy
, explicit is always better than implicit); this MR adds it.