1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Fix r554747

- Bump PORTREVISION for dependency change

Remove pyomo temporarily.
We have math/py-Pyomo in the ports tree but it is 5.6.9 now.
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-11-09 17:43:53 +00:00
parent 7ac4344b79
commit a0e7f8e1e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554782

View File

@ -4,6 +4,7 @@
PORTNAME= nevergrad
PORTVERSION= 0.4.2
DISTVERSIONSUFFIX= .post2
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -34,7 +35,6 @@ 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} \