From 36937f63a96b443f1c2a9a49235a303f22863d74 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Mon, 18 Nov 2024 13:48:54 -0500 Subject: [PATCH] TMP point at gwcs PR to find regression test failures --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 155e2ea531..cdb53db6ac 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/WilliamJamieson/gwcs.git@test_visp_wcs", "numpy>=1.22,<2.0", "opencv-python-headless>=4.6.0.66", "photutils>=1.5.0",