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

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=wheel

inherit python-r1 gs-pypi

DESCRIPTION="Contains the ML and non-Azure specific common code associated     with AzureML metrics. [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="chat-completion classification forecasting regression tabular"
DEPENDENCIES="<=dev-python/numpy-2.0.0[${PYTHON_USEDEP}]
	<dev-python/pandas-3.0.0[${PYTHON_USEDEP}]
	<=dev-python/psutil-6.0.0[${PYTHON_USEDEP}]
	<dev-python/tqdm-5.0.0[${PYTHON_USEDEP}]
	>=dev-python/setuptools-70.0.0[${PYTHON_USEDEP}]
	classification? ( <dev-python/scipy-2.0.0[${PYTHON_USEDEP}] )
	classification? ( <dev-python/tqdm-5.0.0[${PYTHON_USEDEP}] )
	classification? ( <dev-python/scikit-learn-2.0.0[${PYTHON_USEDEP}] )
	classification? ( dev-python/azureml-telemetry[${PYTHON_USEDEP}] )
	classification? ( dev-python/azureml-core[${PYTHON_USEDEP}] )
	forecasting? ( <dev-python/scipy-2.0.0[${PYTHON_USEDEP}] )
	forecasting? ( <dev-python/tqdm-5.0.0[${PYTHON_USEDEP}] )
	forecasting? ( <dev-python/scikit-learn-2.0.0[${PYTHON_USEDEP}] )
	forecasting? ( dev-python/azureml-telemetry[${PYTHON_USEDEP}] )
	forecasting? ( dev-python/azureml-core[${PYTHON_USEDEP}] )
	regression? ( <dev-python/scipy-2.0.0[${PYTHON_USEDEP}] )
	regression? ( <dev-python/tqdm-5.0.0[${PYTHON_USEDEP}] )
	regression? ( <dev-python/scikit-learn-2.0.0[${PYTHON_USEDEP}] )
	regression? ( dev-python/azureml-telemetry[${PYTHON_USEDEP}] )
	regression? ( dev-python/azureml-core[${PYTHON_USEDEP}] )
	tabular? ( <dev-python/scipy-2.0.0[${PYTHON_USEDEP}] )
	tabular? ( <dev-python/tqdm-5.0.0[${PYTHON_USEDEP}] )
	tabular? ( <dev-python/scikit-learn-2.0.0[${PYTHON_USEDEP}] )
	tabular? ( dev-python/azureml-telemetry[${PYTHON_USEDEP}] )
	tabular? ( dev-python/azureml-core[${PYTHON_USEDEP}] )
	tabular? ( <dev-python/scipy-2.0.0[${PYTHON_USEDEP}] )
	tabular? ( <dev-python/tqdm-5.0.0[${PYTHON_USEDEP}] )
	tabular? ( <dev-python/scikit-learn-2.0.0[${PYTHON_USEDEP}] )
	tabular? ( dev-python/azureml-telemetry[${PYTHON_USEDEP}] )
	tabular? ( dev-python/azureml-core[${PYTHON_USEDEP}] )
	tabular? ( <dev-python/scipy-2.0.0[${PYTHON_USEDEP}] )
	tabular? ( <dev-python/tqdm-5.0.0[${PYTHON_USEDEP}] )
	tabular? ( <dev-python/scikit-learn-2.0.0[${PYTHON_USEDEP}] )
	tabular? ( dev-python/azureml-telemetry[${PYTHON_USEDEP}] )
	tabular? ( dev-python/azureml-core[${PYTHON_USEDEP}] )
	chat-completion? ( dev-python/rouge-score[${PYTHON_USEDEP}] )
	chat-completion? ( dev-python/nltk[${PYTHON_USEDEP}] )
	chat-completion? ( dev-python/evaluate[${PYTHON_USEDEP}] )
	chat-completion? ( dev-python/torch[${PYTHON_USEDEP}] )
	chat-completion? ( dev-python/transformers[${PYTHON_USEDEP}] )
	chat-completion? ( dev-python/openai[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"