Skip to content

Commit

Permalink
TST: Use photutils nightly wheel, clean up devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Aug 10, 2024
1 parent 2b0b08c commit 5cb7376
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,13 @@ deps =
devdeps: matplotlib>=0.0.dev0
devdeps: pyerfa>=0.0.dev0
devdeps: astropy>=0.0.dev0
devdeps: git+https://github.com/astropy/photutils@main#egg=photutils
devdeps: photutils>=0.0.dev0

extras =
test
qt5

commands =
# Force numpy-dev after matplotlib downgrades it (https://github.com/matplotlib/matplotlib/issues/26847)
devdeps: python -m pip install --pre --upgrade --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
pip freeze
pytest --pyargs ginga {toxinidir}/doc {posargs}

Expand Down

0 comments on commit 5cb7376

Please sign in to comment.