From 84cfd56e89262812c962f3d29bab55d168805e13 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:22:06 -0400 Subject: [PATCH] TST: Use photutils nightly wheel (#8701) --- requirements-dev-thirdparty.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements-dev-thirdparty.txt b/requirements-dev-thirdparty.txt index 88fcfa2ccc..51eaeb82e3 100644 --- a/requirements-dev-thirdparty.txt +++ b/requirements-dev-thirdparty.txt @@ -5,10 +5,12 @@ git+https://github.com/asdf-format/asdf-transform-schemas git+https://github.com/asdf-format/asdf-coordinates-schemas git+https://github.com/asdf-format/asdf-wcs-schemas -# Use nightly astropy dev build +# Use nightly Astropy dev builds git+https://github.com/astropy/asdf-astropy -git+https://github.com/astropy/photutils ---extra-index-url https://pypi.anaconda.org/astropy/simple astropy --pre +--extra-index-url https://pypi.anaconda.org/astropy/simple +pyerfa>=0.0.dev0 +astropy>=0.0.dev0 +photutils>=0.0.dev0 # Use Bi-weekly numpy/scipy dev builds --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple