aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-08-04 04:55:54 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-08-04 04:55:54 +0800
commit37bd9e021d67263dc8bba1c7980d814512079d60 (patch)
tree05e97f132ba834ee011957b70cc239790668b8a0
parent25ac8403ba61f877293c63e36a666e407e92dbbe (diff)
downloadfreebsd-ports-gnome-37bd9e021d67263dc8bba1c7980d814512079d60.tar.gz
freebsd-ports-gnome-37bd9e021d67263dc8bba1c7980d814512079d60.tar.zst
freebsd-ports-gnome-37bd9e021d67263dc8bba1c7980d814512079d60.zip
Use PYNUMPY
-rw-r--r--math/py-nevergrad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-nevergrad/Makefile b/math/py-nevergrad/Makefile
index 54f9753ef238..778eb153d988 100644
--- a/math/py-nevergrad/Makefile
+++ b/math/py-nevergrad/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bayesian-optimization>=1.0.1:math/py-bayesian-optimization@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cma>=2.6.0:math/py-cma@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}numpy>=1.15.0:math/py-numpy@${PY_FLAVOR} \
+ ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pandas>=0.23.4:math/py-pandas@${PY_FLAVOR}
USES= python:3.6+