svn commit: r547723 - head/math/py-statsmodels010

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


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

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/math/py-statsmodels010/Makefile

Modified: head/math/py-statsmodels010/Makefile
==============================================================================
--- head/math/py-statsmodels010/Makefile	Sat Sep  5 21:32:47 2020	(r547722)
+++ head/math/py-statsmodels010/Makefile	Sat Sep  5 21:32:51 2020	(r547723)
@@ -16,7 +16,7 @@ LICENSE=	BSD3CLAUSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.24:lang/cython@${PY_FLAVOR} \
 		${RUN_DEPENDS}
 RUN_DEPENDS=	${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}pandas>=0.19:math/py-pandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>=0.19,1:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.18:science/py-scipy@${PY_FLAVOR}
 


More information about the svn-ports-all mailing list