aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-altair
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-10 08:21:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-10 08:21:26 +0000
commit73c587f40bbcf4ea2b4fa4b69122b1ed705696f1 (patch)
treef71d982ced02aa58e8d6efb93714319a3a0b26fd /graphics/py-altair
parent3d5a09d543b6af72690929bc1b81115ce67c872d (diff)
downloadports-73c587f40bbcf4ea2b4fa4b69122b1ed705696f1.tar.gz
ports-73c587f40bbcf4ea2b4fa4b69122b1ed705696f1.zip
Update version requirement of RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=560953
Diffstat (limited to 'graphics/py-altair')
-rw-r--r--graphics/py-altair/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-altair/Makefile b/graphics/py-altair/Makefile
index 08560ad45d5b..e3a1f032531d 100644
--- a/graphics/py-altair/Makefile
+++ b/graphics/py-altair/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}entrypoints>=0:devel/py-entrypoints@${PY_FLA
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \
${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}pandas>=0.18:math/py-pandas@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pandas>=0.18,1:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}toolz>=0:devel/py-toolz@${PY_FLAVOR}
USES= python:3.6+