diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-06 03:04:24 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-06 03:14:18 +0800 |
commit | 40cee74b83c11a87af2b04a6f8aba20d4f9588d6 (patch) | |
tree | 6df24362995afc94c32bcc9f4dfbf829a43e77ae | |
parent | math/py-hdbscan: Update USES=python (diff) |
math/py-iohexperimenter: Update USES=python
math/py-numpy requires Python 3.7+
-rw-r--r-- | math/py-iohexperimenter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-iohexperimenter/Makefile b/math/py-iohexperimenter/Makefile index 1f1999049843..dfd1e1b00ae5 100644 --- a/math/py-iohexperimenter/Makefile +++ b/math/py-iohexperimenter/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= compiler:c++14-lang dos2unix python:3.6+ +USES= compiler:c++14-lang dos2unix python:3.7+ USE_PYTHON= autoplist concurrent distutils USE_CXXSTD= c++14 |