From b083b90973d370e71c208a4cebbdfc558d7dbc17 Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Fri, 18 Aug 2023 10:18:01 -0400 Subject: [PATCH] Removed unneeded py package --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 00c5c382f..90cc21c26 100644 --- a/setup.py +++ b/setup.py @@ -53,8 +53,7 @@ 'astropy>=5.1', 'astroquery>=0.4.6', 'tqdm>=4.65.0', - 'py>=1.11', - 'cython>=3.0.0' + 'cython>=3.0.0', ], packages=['swiftest'], test_suite="swiftest.tests",