Skip to content

Commit

Permalink
move scipy to extras
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jun 21, 2024
1 parent 9440ca0 commit abc4980
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ need:
* `matplotlib <https://matplotlib.org/>`_
* `healpy <https://healpy.readthedocs.io/en/latest/>`_

If you want to work with the dust utilities in :mod:`desiutil.dust`, you will
need:

* `SciPy <https://scipy.org>`

Contents
========

Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ install_requires =
requests
pyyaml
numpy<2.0
scipy
astropy>=5.0
healpy
matplotlib
Expand All @@ -59,7 +58,9 @@ scripts =
[options.extras_require]
test =
pytest
scipy
coverage =
scipy
pytest-cov
coveralls
doc =
Expand Down

0 comments on commit abc4980

Please sign in to comment.