mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
misc/py-lightgbm: Not for 32-bit systems
Reported by: fallout
This commit is contained in:
parent
033cdd617f
commit
b9679f81c2
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ WWW= https://lightgbm.readthedocs.io/en/latest/
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
||||
|
||||
NOT_FOR_ARCHS= armv6 armv7 i386 # Exception: Cannot install LightGBM in 32-bit Python, please use 64-bit Python instead
|
||||
|
||||
PY_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.22.0:science/py-scikit-learn@${PY_FLAVOR}
|
||||
|
|
Loading…
Add table
Reference in a new issue