aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-05 21:30:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-05 21:30:12 +0000
commitab8f3ef7350dc727628b7d4cb2b3df6d9948ce55 (patch)
treecc8b4d0fa5100452b0ca44ac798674d5a1c58329 /astro
parentc86618fdc6751b1f53495aa970e937a3c53581e5 (diff)
downloadports-ab8f3ef7350dc727628b7d4cb2b3df6d9948ce55.tar.gz
ports-ab8f3ef7350dc727628b7d4cb2b3df6d9948ce55.zip
Update version requirement of RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=547706
Diffstat (limited to 'astro')
-rw-r--r--astro/py-metpy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile
index 093bb6c51874..f2531819f878 100644
--- a/astro/py-metpy/Makefile
+++ b/astro/py-metpy/Makefile
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.1.0:math/py-matplotlib@${PY_FLAVOR} \
${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}pandas>=0.22.0:math/py-pandas@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pandas>=0.22.0,1:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pint>=0.10.1:devel/py-pint@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pooch>=0.1:devel/py-pooch@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} \