From 4eb6cf0a703e3c8f6455d0b5237ae571a1a1eb60 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Wed, 5 Feb 2025 15:08:19 +0000 Subject: [PATCH] Bump gwcs to first supported version with inverse support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 686a698a..4bfe92b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "astropy>=5.3", "dask[array]>=2023.2.0", "globus-sdk>=3.0", - "gwcs>=0.19.0", + "gwcs>=0.24.0", # Inverse transform fix "matplotlib>=3.7", "ndcube[plotting,reproject]>=2.1", "numpy>=1.25",