From 9331d16caed685838ff61a00eaf5fed4ffac9444 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:19:32 -0400 Subject: [PATCH] TST: Use photutils nightly wheel (#1363) Co-authored-by: Nadia Dencheva --- requirements-dev-thirdparty.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements-dev-thirdparty.txt b/requirements-dev-thirdparty.txt index f51fe209c..74ad2dfe4 100644 --- a/requirements-dev-thirdparty.txt +++ b/requirements-dev-thirdparty.txt @@ -10,9 +10,10 @@ git+https://github.com/seperman/deepdiff.git@dev # Use weekly astropy dev build git+https://github.com/astropy/asdf-astropy.git ---extra-index-url https://pypi.anaconda.org/astropy/simple astropy --pre --extra-index-url https://pypi.anaconda.org/liberfa/simple pyerfa --pre -git+https://github.com/astropy/photutils.git +--extra-index-url https://pypi.anaconda.org/astropy/simple +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