mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/py-umap-learn: update 0.5.3 → 0.5.4
Reported by: portscout
This commit is contained in:
parent
e6be68985b
commit
b6a0e7dce0
2 changed files with 8 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= umap-learn
|
||||
DISTVERSION= 0.5.3
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.5.4
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,15 +10,15 @@ WWW= https://github.com/lmcinnes/umap
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numba>=0.49:devel/py-numba@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numba>=0.51.2:devel/py-numba@${PY_FLAVOR} \
|
||||
${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}pynndescent>=0.5:math/py-pynndescent@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.22:science/py-scikit-learn@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tqdm>=3.4.0:misc/py-tqdm@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=1.3.1:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist pytest
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1659803954
|
||||
SHA256 (umap-learn-0.5.3.tar.gz) = dbd57cb181c2b66d238acb5635697526bf24c798082daed0cf9b87f6a3a6c0c7
|
||||
SIZE (umap-learn-0.5.3.tar.gz) = 88193
|
||||
TIMESTAMP = 1694849142
|
||||
SHA256 (umap-learn-0.5.4.tar.gz) = 8cb2fa20b2493f9adbff3bfa3b3e3787f6d67d1547e688ea2bdc272b37d89e18
|
||||
SIZE (umap-learn-0.5.4.tar.gz) = 90815
|
||||
|
|
Loading…
Add table
Reference in a new issue