summaryrefslogtreecommitdiff
path: root/math/py-hdbscan
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-06 03:04:14 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-06 03:14:18 +0800
commit6d3f83a65467bdf3e5ece385acae8930c8d7769f (patch)
treeca4342fd8556984159a5a3f3472397e3e5ed1687 /math/py-hdbscan
parentmath/py-fastcluster: Update USES=python (diff)
math/py-hdbscan: Update USES=python
math/py-numpy requires Python 3.7+
Diffstat (limited to 'math/py-hdbscan')
-rw-r--r--math/py-hdbscan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-hdbscan/Makefile b/math/py-hdbscan/Makefile
index 292816ee0cf6..f4ac582dfe0e 100644
--- a/math/py-hdbscan/Makefile
+++ b/math/py-hdbscan/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}joblib>=1.0:devel/py-joblib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
-USES= python:3.5+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent cython distutils
post-install: