From ea3b3c01c8926b19a8bfa07c008c42e3245bbfdb Mon Sep 17 00:00:00 2001 From: Steve Goldman <32876747+s-goldman@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:11:27 -0500 Subject: [PATCH] Pin to the new STWCS version that also requires numpy>2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ffcc5337..239de120e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "stsci.imagestats>=1.8.2", "stsci.skypac>=1.0.9", "stsci.stimage", - "stwcs>=1.5.3", + "stwcs>=1.7.4", "tweakwcs>=0.8.7", "stregion>=1.1.7", "requests",