# 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,13} )

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}]
"