aboutsummaryrefslogtreecommitdiff
path: root/math/py-nevergrad
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-03 20:55:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-03 20:55:54 +0000
commita9a4731ce985a1f44a63ae1a9a1f0a6cb80b0df4 (patch)
tree05e97f132ba834ee011957b70cc239790668b8a0 /math/py-nevergrad
parent6f3ed7dc79cdb1df8902331e7f7d7a973688b556 (diff)
downloadports-a9a4731ce985a1f44a63ae1a9a1f0a6cb80b0df4.tar.gz
ports-a9a4731ce985a1f44a63ae1a9a1f0a6cb80b0df4.zip
Use PYNUMPY
Notes
Notes: svn path=/head/; revision=508007
Diffstat (limited to 'math/py-nevergrad')
-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+