Date: Sat, 3 Aug 2019 20:55:54 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508007 - head/math/py-nevergrad Message-ID: <201908032055.x73Ktscf084789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 3 20:55:54 2019 New Revision: 508007 URL: https://svnweb.freebsd.org/changeset/ports/508007 Log: Use PYNUMPY Modified: head/math/py-nevergrad/Makefile Modified: head/math/py-nevergrad/Makefile ============================================================================== --- head/math/py-nevergrad/Makefile Sat Aug 3 20:55:49 2019 (r508006) +++ head/math/py-nevergrad/Makefile Sat Aug 3 20:55:54 2019 (r508007) @@ -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+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908032055.x73Ktscf084789>