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

HOMEPAGE="https://tryrelevance.com/"
LICENSE=""
SRC_URI="https://files.pythonhosted.org/packages/d2/00/d5a43fbe65823c0f75ac68d5f99f6d79f4de9303ac643124a3855e4497d0/RelevanceAI%20Workflows%20Core-${REALVERSION}.tar.gz"
SOURCEFILE="RelevanceAI%20Workflows%20Core-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="core_tests example_tests ray"
DEPENDENCIES=">=dev-python/tqdm-4.49.0[${PYTHON_USEDEP}]
	>=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
	>=dev-python/pandas-1.5.0[${PYTHON_USEDEP}]
	>=dev-python/pydantic-1.10.2[${PYTHON_USEDEP}]
	core_tests? ( dev-python/pytest[${PYTHON_USEDEP}] )
	core_tests? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] )
	core_tests? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )
	core_tests? ( dev-python/sentence-splitter[${PYTHON_USEDEP}] )
	example_tests? ( dev-python/pytest[${PYTHON_USEDEP}] )
	example_tests? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] )
	example_tests? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )
	example_tests? ( dev-python/sentence-splitter[${PYTHON_USEDEP}] )
	example_tests? ( dev-python/torch[${PYTHON_USEDEP}] )
	example_tests? ( >=dev-python/scikit-learn-0.20.0[${PYTHON_USEDEP}] )
	example_tests? ( dev-python/transformers[${PYTHON_USEDEP}] )
	ray? ( >=dev-python/numpy-1.19.0[${PYTHON_USEDEP}] )
	ray? ( ~dev-python/pyarrow-9.0.0[${PYTHON_USEDEP}] )
	ray? ( dev-python/ray[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"