From 68d7c2c68f3904ce0c8e9f7271b0bcdf2f225faa Mon Sep 17 00:00:00 2001 From: Brett Graham Date: Fri, 13 Dec 2024 17:08:26 -0500 Subject: [PATCH] Revert "temporarily point to gwcs main (#322)" This reverts commit 495338006fa6faea23e8de3ddd8a506534331b98. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b2c79e9..ff63825f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "numpy >=1.21.2", "opencv-python-headless >=4.6.0.66", "asdf >=2.15.0", - "gwcs @ git+https://github.com/spacetelescope/gwcs.git@master", + "gwcs @ git+https://github.com/nden/gwcs.git@inverse-bbox", "tweakwcs >=0.8.8", "requests >=2.22", ]