svn commit: r547722 - head/math/py-statsmodels

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


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

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/math/py-statsmodels/Makefile

Modified: head/math/py-statsmodels/Makefile
==============================================================================
--- head/math/py-statsmodels/Makefile	Sat Sep  5 21:32:42 2020	(r547721)
+++ head/math/py-statsmodels/Makefile	Sat Sep  5 21:32:47 2020	(r547722)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.29:lang/cython@${PY_FLAVOR} \
 		${RUN_DEPENDS}
 RUN_DEPENDS=	${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}pandas>=0.21:math/py-pandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>=0.21,1:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}patsy>=0.5:math/py-patsy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.1:science/py-scipy@${PY_FLAVOR}
 


More information about the svn-ports-all mailing list