# 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="A generalization of t-SNE and UMAP to single-cell multimodal omics"

HOMEPAGE="https://github.com/canzarlab/Jvis-learn"
LICENSE="BSD"
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="performance plot"
DEPENDENCIES=">=dev-python/numpy-1.17[${PYTHON_USEDEP}]
	<=dev-python/scikit-learn-0.24.1[${PYTHON_USEDEP}]
	>=dev-python/scipy-1.3.1[${PYTHON_USEDEP}]
	dev-python/numba[${PYTHON_USEDEP}]
	performance? ( dev-python/pynndescent[${PYTHON_USEDEP}] )
	performance? ( dev-python/tbb[${PYTHON_USEDEP}] )
	plot? ( dev-python/pandas[${PYTHON_USEDEP}] )
	plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
	plot? ( dev-python/datashader[${PYTHON_USEDEP}] )
	plot? ( dev-python/bokeh[${PYTHON_USEDEP}] )
	plot? ( dev-python/holoviews[${PYTHON_USEDEP}] )
	plot? ( dev-python/colorcet[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"