diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-03-23 11:43:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-03-23 11:44:26 +0000 |
commit | 43f77cdd9ba0d7df341ac32c99dc4d9cb9a1f7e2 (patch) | |
tree | 8687341042b716ff08babb77067a1377697ad004 /science/py-nilearn | |
parent | cb86113566c482d6e7f24475408c0651b300465a (diff) |
Diffstat (limited to 'science/py-nilearn')
-rw-r--r-- | science/py-nilearn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/py-nilearn/Makefile b/science/py-nilearn/Makefile index 5ced7a034620..e0b1b3d29606 100644 --- a/science/py-nilearn/Makefile +++ b/science/py-nilearn/Makefile @@ -10,6 +10,8 @@ COMMENT= Statistical learning for neuroimaging in Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= does not install: ModuleNotFoundError: No module named 'threadpoolctl'. Module "sklearn" could not be found. + RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}codecov>0:devel/py-codecov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}joblib>0:devel/py-joblib@${PY_FLAVOR} \ |