summaryrefslogtreecommitdiff
path: root/math/py-hdbscan
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-12 16:07:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-12 16:07:51 +0000
commit1a28f71ff2247788b000959724118366a2ea9185 (patch)
treee86c3f6a4d945a5eb22aa1bb415ec9df631f487a /math/py-hdbscan
parentUpdate to 3.3.16 (diff)
Update version requirement of RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=522808
Diffstat (limited to 'math/py-hdbscan')
-rw-r--r--math/py-hdbscan/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-hdbscan/Makefile b/math/py-hdbscan/Makefile
index 80bd4fb4d3e3..4cb669eb1d3c 100644
--- a/math/py-hdbscan/Makefile
+++ b/math/py-hdbscan/Makefile
@@ -16,11 +16,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}joblib>=0:devel/py-joblib@${PY_FLAVOR} \
${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0:science/py-scikit-learn@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.17:science/py-scikit-learn@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python:3.5+
-USE_PYTHON= autoplist concurrent cython distutils
+USE_PYTHON= autoplist cython distutils
.include <bsd.port.mk>