From 5cb73760af39c6d58b7549cf0cdd24e66a9e4fce Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:04:39 -0400 Subject: [PATCH] TST: Use photutils nightly wheel, clean up devdeps --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index b1fe538b4..6f51401a4 100644 --- a/tox.ini +++ b/tox.ini @@ -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}