Install this version:
emerge -a =dev-python/numpyro-0.14.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/numpyro-0.14.0
Or alternatively:
emerge --autounmask-write -a =dev-python/numpyro-0.14.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.14.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_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Pyro PPL on NumPy"
SRC_URI="$(pypi_sdist_url "${PN^}" "${PV}")"
HOMEPAGE="https://github.com/pyro-ppl/numpyro"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="examples"
RDEPEND="
>=dev-python/jax-0.4.14[${PYTHON_USEDEP}]
>=dev-python/jaxlib-0.4.14[${PYTHON_USEDEP}]
dev-python/multipledispatch[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
examples? (
dev-python/arviz[${PYTHON_USEDEP}]
dev-python/graphviz[${PYTHON_USEDEP}]
dev-python/jupyter[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
dev-python/scikit-learn[${PYTHON_USEDEP}]
dev-python/seaborn[${PYTHON_USEDEP}]
dev-python/wordcloud[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/numpyro |
euse -E <flag> -p dev-python/numpyro |
euse -D <flag> -p dev-python/numpyro
>=dev-python/jax-0.4.14[] >=dev-python/jaxlib-0.4.14[] dev-python/multipledispatch[] dev-python/numpy[] dev-python/tqdm[] examples? ( dev-python/arviz[] dev-python/graphviz[] dev-python/jupyter[] dev-python/matplotlib[] dev-python/pandas[] dev-python/scikit-learn[] dev-python/seaborn[] dev-python/wordcloud[] )