# 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="A Conversational AI platform. [wheel]"

HOMEPAGE="https://github.com/cisco/mindmeld"
LICENSE=""
SRC_URI="https://files.pythonhosted.org/packages/py2.py3/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}-py2.py3-none-any.whl"
SOURCEFILE="${REALNAME}-${REALVERSION}-py2.py3-none-any.whl"
RESTRICT="test"

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

IUSE="active_learning augment bert bot dvc elasticsearch examples language_annotator tensorflow"
DEPENDENCIES=">=dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
	>=dev-python/attrs-18.2[${PYTHON_USEDEP}]
	~dev-python/click-7.1[${PYTHON_USEDEP}]
	~dev-python/click-log-0.1.8[${PYTHON_USEDEP}]
	~dev-python/distro-1.3[${PYTHON_USEDEP}]
	<dev-python/elasticsearch-7.14[${PYTHON_USEDEP}]
	<dev-python/flask-2.0[${PYTHON_USEDEP}]
	~dev-python/flask-cors-3.0[${PYTHON_USEDEP}]
	dev-python/future[${PYTHON_USEDEP}]
	dev-python/pycountry[${PYTHON_USEDEP}]
	dev-python/nltk[${PYTHON_USEDEP}]
	~dev-python/numpy-1.15[${PYTHON_USEDEP}]
	>=dev-python/pip-9.0.1[${PYTHON_USEDEP}]
	~dev-python/py-1.4[${PYTHON_USEDEP}]
	~dev-python/python-dateutil-2.6[${PYTHON_USEDEP}]
	dev-python/pytz[${PYTHON_USEDEP}]
	<dev-python/scipy-2.0[${PYTHON_USEDEP}]
	<dev-python/requests-3.0[${PYTHON_USEDEP}]
	~dev-python/tqdm-4.15[${PYTHON_USEDEP}]
	dev-python/sklearn-crfsuite[${PYTHON_USEDEP}]
	~dev-python/immutables-0.9[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-5.1.1[${PYTHON_USEDEP}]
	dev-python/spacy[${PYTHON_USEDEP}]
	>=dev-python/mypy-0.782[${PYTHON_USEDEP}]
	~dev-python/marshmallow-3.7.1[${PYTHON_USEDEP}]
	~dev-python/markupsafe-2.0.1[${PYTHON_USEDEP}]
	dev-python/pytorch-crf[${PYTHON_USEDEP}]
	dev-python/torch[${PYTHON_USEDEP}]
	<dev-python/scikit-learn-0.20[${PYTHON_USEDEP}]
	dev-python/python-crfsuite[${PYTHON_USEDEP}]
	active_learning? ( ~dev-python/matplotlib-3.3.1[${PYTHON_USEDEP}] )
	augment? ( dev-python/sentencepiece[${PYTHON_USEDEP}] )
	augment? ( dev-python/torch[${PYTHON_USEDEP}] )
	augment? ( dev-python/transformers[${PYTHON_USEDEP}] )
	bert? ( <dev-python/elasticsearch-7.14[${PYTHON_USEDEP}] )
	bert? ( dev-python/torch[${PYTHON_USEDEP}] )
	bert? ( dev-python/transformers[${PYTHON_USEDEP}] )
	bert? ( dev-python/sentence-transformers[${PYTHON_USEDEP}] )
	bot? ( dev-python/ciscosparkapi[${PYTHON_USEDEP}] )
	bot? ( dev-python/twilio[${PYTHON_USEDEP}] )
	dvc? ( dev-python/dvc[${PYTHON_USEDEP}] )
	elasticsearch? ( <dev-python/elasticsearch-7.14[${PYTHON_USEDEP}] )
	examples? ( dev-python/connexion[${PYTHON_USEDEP}] )
	language_annotator? ( dev-python/google-cloud-translate[${PYTHON_USEDEP}] )
	tensorflow? ( dev-python/tensorflow[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"