aboutsummaryrefslogtreecommitdiff
path: root/math/py-nevergrad
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-13 22:20:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-13 22:20:43 +0000
commit04816499f067cb95d3c878b61f48245cd173a69b (patch)
tree1cb78f843a94f572ae293427b0d4521dcae5def6 /math/py-nevergrad
parent234bb4204e95516bce8bfc4db29301061a0e1abe (diff)
downloadports-04816499f067cb95d3c878b61f48245cd173a69b.tar.gz
ports-04816499f067cb95d3c878b61f48245cd173a69b.zip
Add math/py-Pyomo back (followup of r554782)
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=558031
Diffstat (limited to 'math/py-nevergrad')
-rw-r--r--math/py-nevergrad/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-nevergrad/Makefile b/math/py-nevergrad/Makefile
index 726720172ffc..42bdd6842692 100644
--- a/math/py-nevergrad/Makefile
+++ b/math/py-nevergrad/Makefile
@@ -4,7 +4,7 @@
PORTNAME= nevergrad
PORTVERSION= 0.4.2
DISTVERSIONSUFFIX= .post2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -35,6 +35,7 @@ BENCHMARK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gym>=0.12.1:math/py-gym@${PY_FLAVO
${PYTHON_PKGNAMEPREFIX}mixsimulator>=0.2.9.5:math/py-mixsimulator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=0.23.4,1:math/py-pandas@${PY_FLAVOR} \
${PY_PILLOW} \
+ ${PYTHON_PKGNAMEPREFIX}Pyomo>=5.7:math/py-Pyomo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyproj>=2.6.1:graphics/py-pyproj@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} \