# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python3_11 )
DISTUTILS_USE_PEP517=wheel

inherit python-r1 gs-pypi

DESCRIPTION="Basic implementation of common components and         utility functions that can be used by all verticals (image/video/nlp/multi-modal). [wheel]"

HOMEPAGE="https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py"
LICENSE="https://aka.ms/azureml-sdk-license"
SRC_URI="https://files.pythonhosted.org/packages/py3/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}-py3-none-any.whl"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}-py3-none-any.whl"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="image"
DEPENDENCIES="dev-python/azureml-core[${PYTHON_USEDEP}]
	dev-python/azureml-automl-core[${PYTHON_USEDEP}]
	dev-python/azure-ai-ml[${PYTHON_USEDEP}]
	image? ( dev-python/pynvml[${PYTHON_USEDEP}] )
	image? ( >=dev-python/numpy-1.22.0[${PYTHON_USEDEP}] )
	image? ( dev-python/opencv-python-headless[${PYTHON_USEDEP}] )
	image? ( dev-python/simplification[${PYTHON_USEDEP}] )
	image? ( dev-python/recordclass[${PYTHON_USEDEP}] )
	image? ( dev-python/torchvision[${PYTHON_USEDEP}] )
	image? ( ~dev-python/scikit-image-0.19.3[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"