From f7bfbf19cc3baff4001e3d54a72732d5e74b0ce1 Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Tue, 10 Dec 2024 16:50:26 -0500 Subject: [PATCH] point to gwcs branch --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef138c0999..9d4cda53fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,8 @@ dependencies = [ "BayesicFitting>=3.0.1", "crds>=12.0.3", "drizzle>=2.0.0", - "gwcs>=0.21.0,<0.23.0", + #"gwcs>=0.21.0,<0.23.0", + "gwcs @ git+https://github.com/nden/gwcs.git@inverse-bbox", "numpy>=1.22,<2.0", "opencv-python-headless>=4.6.0.66", "photutils>=1.5.0",