# 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="Used for automatically finding the best machine learning model and its parameters. [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="catboost test"
DEPENDENCIES="dev-python/azure-storage-queue[${PYTHON_USEDEP}]
	dev-python/gensim[${PYTHON_USEDEP}]
	dev-python/smart-open[${PYTHON_USEDEP}]
	dev-python/lightgbm[${PYTHON_USEDEP}]
	<=dev-python/numpy-1.23.5[${PYTHON_USEDEP}]
	~dev-python/pandas-1.5.3[${PYTHON_USEDEP}]
	<=dev-python/scipy-1.11.0[${PYTHON_USEDEP}]
	~dev-python/scikit-learn-1.5.1[${PYTHON_USEDEP}]
	dev-python/sklearn-pandas[${PYTHON_USEDEP}]
	<dev-python/statsmodels-0.14[${PYTHON_USEDEP}]
	dev-python/skl2onnx[${PYTHON_USEDEP}]
	dev-python/onnxmltools[${PYTHON_USEDEP}]
	dev-python/keras2onnx[${PYTHON_USEDEP}]
	dev-python/onnxconverter-common[${PYTHON_USEDEP}]
	dev-python/onnx[${PYTHON_USEDEP}]
	dev-python/onnxruntime[${PYTHON_USEDEP}]
	<dev-python/jinja2-4.0[${PYTHON_USEDEP}]
	<dev-python/boto3-2.0.0[${PYTHON_USEDEP}]
	<dev-python/botocore-2.0.0[${PYTHON_USEDEP}]
	<dev-python/urllib3-3.0.0[${PYTHON_USEDEP}]
	dev-python/dask[${PYTHON_USEDEP}]
	dev-python/bokeh[${PYTHON_USEDEP}]
	<dev-python/pyyaml-7.0.0[${PYTHON_USEDEP}]
	~dev-python/pyarrow-14.0.2[${PYTHON_USEDEP}]
	dev-python/azureml-automl-core[${PYTHON_USEDEP}]
	dev-python/azureml-automl-runtime[${PYTHON_USEDEP}]
	dev-python/azureml-train-automl-client[${PYTHON_USEDEP}]
	dev-python/azureml-core[${PYTHON_USEDEP}]
	dev-python/azureml-telemetry[${PYTHON_USEDEP}]
	dev-python/azureml-interpret[${PYTHON_USEDEP}]
	dev-python/azureml-dataset-runtime[${PYTHON_USEDEP}]
	dev-python/azureml-mlflow[${PYTHON_USEDEP}]
	catboost? ( dev-python/catboost[${PYTHON_USEDEP}] )
	test? ( dev-python/filelock[${PYTHON_USEDEP}] )
	test? ( dev-python/catboost[${PYTHON_USEDEP}] )
	test? ( ~dev-python/ipykernel-6.22.0[${PYTHON_USEDEP}] )
	test? ( dev-python/papermill[${PYTHON_USEDEP}] )
	test? ( <dev-python/black-23.0[${PYTHON_USEDEP}] )
	test? ( dev-python/azureml-pipeline[${PYTHON_USEDEP}] )
	test? ( dev-python/dash[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"