Update to 0.4.1
Changes: https://github.com/facebookresearch/nevergrad/releases https://github.com/facebookresearch/nevergrad/blob/master/CHANGELOG.md
This commit is contained in:
parent
be89f88294
commit
66df43bfe3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534455
2 changed files with 9 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nevergrad
|
||||
PORTVERSION= 0.4.0
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -15,9 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bayesian-optimization>=1.1.0:math/py-bayesian-optimization@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cma>=2.6.0:math/py-cma@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}hiplot>=0:graphics/py-hiplot@${PY_FLAVOR} \
|
||||
${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}pandas>=0.23.4:math/py-pandas@${PY_FLAVOR}
|
||||
${PYNUMPY}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
@ -29,8 +27,12 @@ OPTIONS_DEFAULT=BENCHMARK
|
|||
BENCHMARK_DESC= Run benchmark functions
|
||||
|
||||
BENCHMARK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gym>=0.12.1:math/py-gym@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}hiplot>=0:graphics/py-hiplot@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.3:math/py-matplotlib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pandas>=0.23.4:math/py-pandas@${PY_FLAVOR} \
|
||||
${PY_PILLOW} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}xlrd>=1.2.0:textproc/py-xlrd@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}xlwt>=1.3.0:textproc/py-xlwt@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1585064120
|
||||
SHA256 (nevergrad-0.4.0.tar.gz) = 7abe1a6929ee628986db1c71593dfdb25659072ccce1a40416b0e13de2af51ad
|
||||
SIZE (nevergrad-0.4.0.tar.gz) = 183285
|
||||
TIMESTAMP = 1588930329
|
||||
SHA256 (nevergrad-0.4.1.tar.gz) = 4339fc9b925e0f4ae7a47c887bedc3e8e620e11ee517f97d6df6ac030b48abc1
|
||||
SIZE (nevergrad-0.4.1.tar.gz) = 194186
|
||||
|
|
Loading…
Reference in a new issue