Install this version:
emerge -a =dev-python/arviz-1.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/arviz-1.1.0
Or alternatively:
emerge --autounmask-write -a =dev-python/arviz-1.1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.0 | 8 | ~amd64 | 0 |
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
DESCRIPTION="Exploratory analysis of Bayesian models with Python"
HOMEPAGE="https://python.arviz.org"
SRC_URI="https://github.com/arviz-devs/arviz/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="bokeh h5netcdf matplotlib netcdf4 plotly zarr"
RDEPEND=">=dev-python/arviz-base-1.1.0[${PYTHON_USEDEP},h5netcdf?,netcdf4?,zarr?]
>=dev-python/arviz-plots-1.1.0[${PYTHON_USEDEP},bokeh?,matplotlib?,plotly?]
>=dev-python/arviz-stats-1.1.0[${PYTHON_USEDEP},xarray]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/arviz |
euse -E <flag> -p dev-python/arviz |
euse -D <flag> -p dev-python/arviz
>=dev-python/arviz-base-1.1.0[,h5netcdf?,netcdf4?,zarr?] >=dev-python/arviz-plots-1.1.0[,bokeh?,matplotlib?,plotly?] >=dev-python/arviz-stats-1.1.0[,xarray]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | arviz-1.1.0.gh.tar.gz | 4860199 bytes | https://github.com/arviz-devs/arviz/archive/refs/tags/v1.1.0.tar.gz |