dev-python/umap-learn - 0.5.12 (science)

Search

Install

Install this version:

emerge -a =dev-python/umap-learn-0.5.12

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/umap-learn-0.5.12

Or alternatively:

emerge --autounmask-write -a =dev-python/umap-learn-0.5.12

Package Information

Description:
Uniform Manifold Approximation and Projection: fast non-linear dimension reduction
Homepage:
https://github.com/lmcinnes/umap
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.5.12 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1

DESCRIPTION="Uniform Manifold Approximation and Projection: fast non-linear dimension reduction"
HOMEPAGE="https://github.com/lmcinnes/umap"
SRC_URI="https://github.com/lmcinnes/umap/archive/release-${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/umap-release-${PV}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/numba[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/pynndescent[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
	dev-python/scikit-learn[${PYTHON_USEDEP}]
	dev-python/tqdm[${PYTHON_USEDEP}]
"

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/numba[]
	dev-python/numpy[]
	dev-python/pynndescent[]
	dev-python/scipy[]
	dev-python/scikit-learn[]
	dev-python/tqdm[]

Manifest for 0.5.12

Type File Size Source URLs
DIST umap-learn-0.5.12.gh.tar.gz 46793892 bytes https://github.com/lmcinnes/umap/archive/release-0.5.12.tar.gz