From 2fe42be8c6254eee146d3114b7d5bd2c066e6f06 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Thu, 19 Dec 2024 14:25:31 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b2c79e9..aff95026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,16 +13,17 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ - "astropy >=5.0.4", + "astropy >=6.0.0", "drizzle>=1.15.0", - "scipy >=1.7.2", - "scikit-image>=0.19", - "numpy >=1.21.2", + "scipy >=1.14.1", + "scikit-image>=0.20.0", + "numpy >=1.25.0", "opencv-python-headless >=4.6.0.66", - "asdf >=2.15.0", - "gwcs @ git+https://github.com/spacetelescope/gwcs.git@master", + "asdf >=3.3.0", + "gwcs >=0.22.0", "tweakwcs >=0.8.8", "requests >=2.22", + "spherical-geometry>=1.2.22" ] dynamic = [ "version",