summaryrefslogtreecommitdiff
path: root/math/py-pandas
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-25 04:23:15 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-25 04:23:15 +0800
commit1e26ca1b39be57e363df585bd2dd2e63392add02 (patch)
treee9ced6c50538f893ea313554671ca758885f04f9 /math/py-pandas
parentlang/python3: Clean up (diff)
math/py-pandas: Remove PYNUMPY
Diffstat (limited to 'math/py-pandas')
-rw-r--r--math/py-pandas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile
index 342db9094cd5..80492e78eb80 100644
--- a/math/py-pandas/Makefile
+++ b/math/py-pandas/Makefile
@@ -11,9 +11,9 @@ COMMENT= Flexible, high-performance data analysis in Python
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.29.21<3:lang/cython@${PY_FLAVOR} \
- ${PYNUMPY}
+ ${PYTHON_PKGNAMEPREFIX}numpy>=1.16.5,1:math/py-numpy@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.29.21<3:lang/cython@${PY_FLAVOR} \
- ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}numpy>=1.16.5,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.3:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=2017.3,1:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}