aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-10 18:11:19 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-10 18:11:19 +0000
commitfc84cbd8b87861d12a33a5e1ef018a61776365e1 (patch)
treebbea841e20676a68cf0280f5432bfb7435cb1947
parent3e855e2f3a387481bac8be3362c8cfdfcc809ec9 (diff)
downloadports-fc84cbd8b87861d12a33a5e1ef018a61776365e1.tar.gz
ports-fc84cbd8b87861d12a33a5e1ef018a61776365e1.zip
math/py-nevergrad: Update USES=python
graphics/py-pyproj requires Python 3.8+
-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 232797f9de19..bd5ea4202cb5 100644
--- a/math/py-nevergrad/Makefile
+++ b/math/py-nevergrad/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bayesian-optimization>=1.2.0:math/py-bayesia
${PYTHON_PKGNAMEPREFIX}cma>=2.6.0:math/py-cma@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.15.0,1:math/py-numpy@${PY_FLAVOR}
-USES= python:3.7+
+USES= python:3.8+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes