# 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="Framework for Electronic Medical Records. A python package for building models using EHR data. [wheel]"

HOMEPAGE=""
LICENSE=""
SRC_URI="https://files.pythonhosted.org/packages/cp311/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
RESTRICT="test"

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

IUSE="build models"
DEPENDENCIES=">=dev-python/numpy-1.22[${PYTHON_USEDEP}]
	>=dev-python/scipy-1.6[${PYTHON_USEDEP}]
	>=dev-python/scikit-learn-0.24[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.60.0[${PYTHON_USEDEP}]
	>=dev-python/zstandard-0.18[${PYTHON_USEDEP}]
	dev-python/icecream[${PYTHON_USEDEP}]
	dev-python/nptyping[${PYTHON_USEDEP}]
	>=dev-python/msgpack-1.0.5[${PYTHON_USEDEP}]
	build? ( >=dev-python/pytest-5.2[${PYTHON_USEDEP}] )
	build? ( dev-python/flake8-future-import[${PYTHON_USEDEP}] )
	build? ( >=dev-python/black-19.10_beta0[${PYTHON_USEDEP}] )
	build? ( >=dev-python/isort-5.3.2[${PYTHON_USEDEP}] )
	build? ( >=dev-python/mypy-0.782[${PYTHON_USEDEP}] )
	build? ( >=dev-python/flake8-3.8.3[${PYTHON_USEDEP}] )
	build? ( >=dev-python/sphinx-3.2.1[${PYTHON_USEDEP}] )
	build? ( >=dev-python/sphinx-rtd-theme-0.5.0[${PYTHON_USEDEP}] )
	build? ( >=dev-python/sphinx-autoapi-1.5.1[${PYTHON_USEDEP}] )
	build? ( dev-python/torchtyping[${PYTHON_USEDEP}] )
	build? ( dev-python/transformers[${PYTHON_USEDEP}] )
	models? ( dev-python/optax[${PYTHON_USEDEP}] )
	models? ( dev-python/dm-haiku[${PYTHON_USEDEP}] )
	models? ( dev-python/jax[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"