From faaa607940f3b7e6c4eb4c94d7638c5d5355e3cf Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 12 Dec 2023 16:53:25 -0500 Subject: [PATCH] remove astropy and gwcs test deps --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8fee45c5..0062beaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,8 +32,6 @@ test = [ 'pytest', 'pyyaml', 'asdf >= 2.8.0', - 'astropy >= 5.0.4', - 'gwcs', 'packaging>=16.0', 'jsonschema<4.18', ]