From c3da64d82aeb5abda73dbe8aab589a10dbec564e Mon Sep 17 00:00:00 2001 From: Chunxiao Li Date: Thu, 25 Feb 2021 08:45:55 +0800 Subject: [PATCH] Update setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 5e338b7..b40c905 100755 --- a/setup.py +++ b/setup.py @@ -32,6 +32,5 @@ setup( extras_require={ 'colored-progress': ['tqdm','colorama'], 'legendre': ['pyshtools'], - 'time-coordinates': ['astropy'], }, )