# 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="The time series toolkit for Python."

HOMEPAGE="https://business-science.github.io/pytimetk/"
LICENSE="MIT"
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="gpu gpu-cu12 regime-backends"
DEPENDENCIES=">=dev-python/pandas-2.0.0[${PYTHON_USEDEP}]
	dev-python/pandas-flavor[${PYTHON_USEDEP}]
	>=dev-python/matplotlib-3.8.0[${PYTHON_USEDEP}]
	dev-python/plotnine[${PYTHON_USEDEP}]
	>=dev-python/plotly-5.17.0[${PYTHON_USEDEP}]
	dev-python/holidays[${PYTHON_USEDEP}]
	dev-python/tsfeatures[${PYTHON_USEDEP}]
	>=dev-python/statsmodels-0.14.0[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.66.1[${PYTHON_USEDEP}]
	dev-python/polars[${PYTHON_USEDEP}]
	>=dev-python/pyarrow-16.1.0[${PYTHON_USEDEP}]
	dev-python/adjustText[${PYTHON_USEDEP}]
	>=dev-python/xarray-2024.6.0[${PYTHON_USEDEP}]
	dev-python/timebasedcv[${PYTHON_USEDEP}]
	>=dev-python/scikit-learn-1.5.2[${PYTHON_USEDEP}]
	>=dev-python/patsy-0.5.6[${PYTHON_USEDEP}]
	regime-backends? ( dev-python/pomegranate[${PYTHON_USEDEP}] )
	dev-python/hmmlearn[${PYTHON_USEDEP}]
	gpu? ( dev-python/cudf-cu12[${PYTHON_USEDEP}] )
	gpu-cu12? ( dev-python/cudf-cu12[${PYTHON_USEDEP}] )
	dev-python/ray[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"