Install this version:
emerge -a =sci-ml/albumentations-2.0.8
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-ml/albumentations-2.0.8
Or alternatively:
emerge --autounmask-write -a =sci-ml/albumentations-2.0.8
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.0.8 | 8 | ~amd64 | 0 |
# Copyright 2025 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 pypi
DESCRIPTION="Fast and flexible image augmentation library"
HOMEPAGE="https://github.com/albumentations-team/albumentations"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/numpy-1.24.4[${PYTHON_USEDEP}]
>=dev-python/scipy-1.10.4[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
=sci-ml/albucore-0.0.28[${PYTHON_USEDEP}]
>=dev-python/pydantic-2.9.2[${PYTHON_USEDEP}]
>=media-libs/opencv-4.9.0.80[python,${PYTHON_USEDEP}]
"
>=dev-python/numpy-1.24.4[] >=dev-python/scipy-1.10.4[] dev-python/pyyaml[] =sci-ml/albucore-0.0.28[] >=dev-python/pydantic-2.9.2[] >=media-libs/opencv-4.9.0.80[python,]