Install this version:
emerge -a =dev-python/sparse-0.18.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/sparse-0.18.0
Or alternatively:
emerge --autounmask-write -a =dev-python/sparse-0.18.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.18.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Sparse multi-dimensional arrays for the PyData ecosystem"
HOMEPAGE="https://github.com/pydata/sparse/"
SRC_URI="$(pypi_sdist_url "${PN^}" "${PV}")"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/numpy-1.17[${PYTHON_USEDEP}]
>=dev-python/numba-0.49[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
>=dev-python/numpy-1.17[] >=dev-python/numba-0.49[]
>=dev-python/numpy-1.17[] >=dev-python/numba-0.49[]