Install this version:
emerge -a =sci-ml/pyannote-database-6.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-ml/pyannote-database-6.1.1
Or alternatively:
emerge --autounmask-write -a =sci-ml/pyannote-database-6.1.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.1.1 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..14} )
PYPI_PN="pyannote.database"
inherit distutils-r1 pypi
DESCRIPTION="Reproducible experimental protocols for multimedia databases"
HOMEPAGE="
https://github.com/pyannote/pyannote-database
https://pypi.org/project/pyannote-database/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="cli"
RDEPEND="
>=dev-python/pandas-2.2.3[${PYTHON_USEDEP}]
>=sci-ml/pyannote-core-6.0[${PYTHON_USEDEP}]
>=dev-python/pyyaml-6.0.2[${PYTHON_USEDEP}]
cli? ( >=dev-python/typer-0.15.1[${PYTHON_USEDEP}] )
"
RESTRICT="test"
Manage flags for this package:
euse -i <flag> -p sci-ml/pyannote-database |
euse -E <flag> -p sci-ml/pyannote-database |
euse -D <flag> -p sci-ml/pyannote-database
>=dev-python/pandas-2.2.3[] >=sci-ml/pyannote-core-6.0[] >=dev-python/pyyaml-6.0.2[] cli? ( >=dev-python/typer-0.15.1[] )