From 2faf6a23bc6f9b3d0c7ffc54cdeec2c9a964a8ac Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Thu, 13 Apr 2023 13:59:47 +0800 Subject: [PATCH] rm reqs --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 348a565..53809a4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,4 @@ classifiers = packages = find: python_requires = >=3.7 zip_safe = False -setup_requires = setuptools_scm -install_requires = - astropy>=4.0 \ No newline at end of file +setup_requires = setuptools_scm \ No newline at end of file -- GitLab