# 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="Extensible, parallel implementations of t-SNE"

HOMEPAGE="https://github.com/pavlin-policar/openTSNE"
LICENSE="BSD"
SRC_URI="https://files.pythonhosted.org/packages/9d/16/4c73977c4702c6a9452248d4562ba61579a215bc09e4c50b795de65fbbca/opentsne-${REALVERSION}.tar.gz"
SOURCEFILE="opentsne-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="hnsw pynndescent"
DEPENDENCIES=">=dev-python/numpy-1.16.6[${PYTHON_USEDEP}]
	>=dev-python/scikit-learn-0.20[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
	hnsw? ( dev-python/hnswlib[${PYTHON_USEDEP}] )
	pynndescent? ( dev-python/pynndescent[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"