Skip to content

Commit da83080

Browse files
authored
TST: Clean up devdeps, use photutils nightly wheel
1 parent a4e3664 commit da83080

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ deps =
4040
devdeps: scikit-image>=0.0.dev0
4141
devdeps: pyerfa>=0.0.dev0
4242
devdeps: astropy>=0.0.dev0
43+
devdeps: photutils>=0.0.dev0
4344
devdeps: git+https://github.com/spacetelescope/ci_watson.git
4445
devdeps: stsci.tools
4546

@@ -49,10 +50,6 @@ extras =
4950
predeps: all
5051

5152
commands =
52-
# Force numpy-dev after matplotlib downgrades it (https://github.com/matplotlib/matplotlib/issues/26847)
53-
devdeps: python -m pip install --pre --upgrade --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
54-
# photutils has C-extension and must be built with numpy-dev in devdeps
55-
devdeps: python -m pip install --pre --upgrade git+https://github.com/astropy/photutils.git
5653
pip freeze
5754
pytest --pyargs acstools {toxinidir}/doc {posargs}
5855

0 commit comments

Comments
 (0)