From 39d26d5168ad87cce36be744b967686d63541355 Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 20 Dec 2024 09:16:34 -0500 Subject: [PATCH] update minimum deps --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b722706c2..7737edf63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,10 +17,9 @@ dependencies = [ "asdf-astropy >=0.5.0", "astropy >=6.0.0", "crds >=11.16.16", - # "gwcs >=0.21.0", - "gwcs @ git+https://github.com/spacetelescope/gwcs.git@master", + "gwcs >=0.22.0", "jsonschema >=4.8", - "numpy >=1.24", + "numpy >=1.25", "photutils >=1.13.0", "pyparsing >=2.4.7", "requests >=2.26",