# 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=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Fully automated end to end machine learning pipeline"

HOMEPAGE="https://github.com/nielsuit227/AutoML"
LICENSE=""
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE=""
DEPENDENCIES="dev-python/azure-core[${PYTHON_USEDEP}]
	dev-python/azure-storage-blob[${PYTHON_USEDEP}]
	dev-python/catboost[${PYTHON_USEDEP}]
	dev-python/cleanlab[${PYTHON_USEDEP}]
	>=dev-python/colorlog-6.6.0[${PYTHON_USEDEP}]
	>=dev-python/joblib-1.1.0[${PYTHON_USEDEP}]
	dev-python/lightgbm[${PYTHON_USEDEP}]
	dev-python/numba[${PYTHON_USEDEP}]
	<dev-python/numpy-1.23[${PYTHON_USEDEP}]
	dev-python/optuna[${PYTHON_USEDEP}]
	>=dev-python/pandas-1.5.0[${PYTHON_USEDEP}]
	dev-python/polars[${PYTHON_USEDEP}]
	>=dev-python/pyarrow-9.0.0[${PYTHON_USEDEP}]
	>=dev-python/pytest-7.1.1[${PYTHON_USEDEP}]
	>=dev-python/pywavelets-1.3.0[${PYTHON_USEDEP}]
	>=dev-python/requests-2.27.1[${PYTHON_USEDEP}]
	>=dev-python/scikit-learn-1.0.1[${PYTHON_USEDEP}]
	>=dev-python/scipy-1.7.1[${PYTHON_USEDEP}]
	>=dev-python/setuptools-57.4.0[${PYTHON_USEDEP}]
	dev-python/shap[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.62.0[${PYTHON_USEDEP}]
	dev-python/xgboost[${PYTHON_USEDEP}]
	>=dev-python/flake8-4.0.0[${PYTHON_USEDEP}]
	~dev-python/mypy-1.0.0[${PYTHON_USEDEP}]
	dev-python/types-chardet[${PYTHON_USEDEP}]
	dev-python/types-colorama[${PYTHON_USEDEP}]
	dev-python/types-decorator[${PYTHON_USEDEP}]
	dev-python/types-psycopg2[${PYTHON_USEDEP}]
	dev-python/types-Pygments[${PYTHON_USEDEP}]
	dev-python/types-PyMySQL[${PYTHON_USEDEP}]
	dev-python/types-python-dateutil[${PYTHON_USEDEP}]
	dev-python/types-pytz[${PYTHON_USEDEP}]
	dev-python/types-redis[${PYTHON_USEDEP}]
	dev-python/types-requests[${PYTHON_USEDEP}]
	dev-python/types-setuptools[${PYTHON_USEDEP}]
	dev-python/types-six[${PYTHON_USEDEP}]
	dev-python/types-urllib3[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"