Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2020 21:32:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547723 - head/math/py-statsmodels010
Message-ID:  <202009052132.085LWpEX013531@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009052132.085LWpEX013531>