There is an implicit dependency on SciPy because we are using the `astropy` function, `match_to_catalog_sky` in `identify.find_stars`. It should be possible to use the `numpy.linalg` to do the matching instead of having to install `scipy`.
There is an implicit dependency on SciPy because we are using the
astropyfunction,match_to_catalog_skyinidentify.find_stars.It should be possible to use the
numpy.linalgto do the matching instead of having to installscipy.