Update setup.py

This commit is contained in:
Chunxiao Li 2021-02-25 08:45:55 +08:00 committed by GitHub
parent e50eef517c
commit c3da64d82a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,5 @@ setup(
extras_require={
'colored-progress': ['tqdm','colorama'],
'legendre': ['pyshtools'],
'time-coordinates': ['astropy'],
},
)