svn commit: r547719 - head/graphics/py-mapclassify

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 5 21:32:38 UTC 2020


Author: sunpoet
Date: Sat Sep  5 21:32:34 2020
New Revision: 547719
URL: https://svnweb.freebsd.org/changeset/ports/547719

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/graphics/py-mapclassify/Makefile

Modified: head/graphics/py-mapclassify/Makefile
==============================================================================
--- head/graphics/py-mapclassify/Makefile	Sat Sep  5 21:32:29 2020	(r547718)
+++ head/graphics/py-mapclassify/Makefile	Sat Sep  5 21:32:34 2020	(r547719)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}deprecated>=0:devel/py-deprecated@${PY_FLAVOR} \
 		${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}pandas>=0:math/py-pandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0:science/py-scikit-learn@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR}
 


More information about the svn-ports-head mailing list