From 8523e85dbe93e3b09993b1f2793b3956bb81e8df Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 13 Oct 2023 14:51:25 -0400 Subject: [PATCH 1/2] add webbpsf and poppy to dev requirements --- requirements-dev-st.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements-dev-st.txt b/requirements-dev-st.txt index c26e35579..3f041271b 100644 --- a/requirements-dev-st.txt +++ b/requirements-dev-st.txt @@ -11,3 +11,6 @@ git+https://github.com/spacetelescope/crds.git git+https://github.com/spacetelescope/gwcs.git git+https://github.com/spacetelescope/metrics_logger.git git+https://github.com/spacetelescope/tweakwcs.git +git+https://github.com/spacetelescope/webbpsf.git +# although not directly used install the dev version of poppy for webbpsf +git+https://github.com/spacetelescope/poppy.git From 1281818670cf59376ee838e1ab8f11a50096080e Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 13 Oct 2023 15:35:04 -0400 Subject: [PATCH 2/2] attempt to get CI to use numpy 2.0 again --- requirements-dev-thirdparty.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev-thirdparty.txt b/requirements-dev-thirdparty.txt index 7e3c8d34f..1bb75f685 100644 --- a/requirements-dev-thirdparty.txt +++ b/requirements-dev-thirdparty.txt @@ -12,5 +12,5 @@ git+https://github.com/astropy/photutils.git # Use Bi-weekly numpy/scipy dev builds --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple -numpy>=0.0.dev0 +numpy>=2.0.0.dev0 scipy>=0.0.dev0