py-astroplan: corrected astropy dependency

This commit is contained in:
Kinoshita Daisuke 2020-12-18 22:56:15 +08:00
parent a56fcc9a5e
commit 1aa2d0f084
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ PYTHON_VERSIONS_INCOMPATIBLE+= 36
DEPENDS+= ${PYPKGPREFIX}-matplotlib>=3.0:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-pytz>=2020.4:../../time/py-pytz
DEPENDS+= ${PYPKGPREFIX}-astropy4>=4.2:../../wip/py-astropy
DEPENDS+= ${PYPKGPREFIX}-astropy>=4.2:../../wip/py-astropy4
DEPENDS+= ${PYPKGPREFIX}-astroquery>=0.3.9:../../wip/py-astroquery
.include "../../lang/python/egg.mk"