diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-25 09:35:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-25 09:35:48 +0000 |
commit | 3c46f6e73cee0f9b43fa3ec422cf25017f1c4158 (patch) | |
tree | d295300b4c93dfe24e83c371b5f5222f4139b1c1 /math/py-pynndescent/Makefile | |
parent | 6a54dc5b5ab485cecb02acdb43d8f45e07a314aa (diff) | |
download | ports-3c46f6e73cee0f9b43fa3ec422cf25017f1c4158.tar.gz ports-3c46f6e73cee0f9b43fa3ec422cf25017f1c4158.zip |
Notes
Diffstat (limited to 'math/py-pynndescent/Makefile')
-rw-r--r-- | math/py-pynndescent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pynndescent/Makefile b/math/py-pynndescent/Makefile index e42e0a6e999a..a553dc50f93c 100644 --- a/math/py-pynndescent/Makefile +++ b/math/py-pynndescent/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}joblib>0:devel/py-joblib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes |