# 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="Probabilistic Numerics in Python. [top-max 0.1.25]"

HOMEPAGE="https://github.com/probabilistic-numerics/probnum"
LICENSE="MIT"
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="full jax test zoo"
DEPENDENCIES=">=dev-python/scipy-1.4[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	full? ( dev-python/GPy[${PYTHON_USEDEP}] )
	full? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
	full? ( >=dev-python/tqdm-4.0[${PYTHON_USEDEP}] )
	full? ( >=dev-python/requests-2.0[${PYTHON_USEDEP}] )
	full? ( dev-python/jax[${PYTHON_USEDEP}] )
	full? ( dev-python/jaxlib[${PYTHON_USEDEP}] )
	jax? ( dev-python/jax[${PYTHON_USEDEP}] )
	jax? ( dev-python/jaxlib[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-4.6[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-cases[${PYTHON_USEDEP}] )
	test? ( dev-python/GPy[${PYTHON_USEDEP}] )
	test? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
	test? ( >=dev-python/tqdm-4.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/requests-2.0[${PYTHON_USEDEP}] )
	test? ( dev-python/jax[${PYTHON_USEDEP}] )
	test? ( dev-python/jaxlib[${PYTHON_USEDEP}] )
	zoo? ( >=dev-python/tqdm-4.0[${PYTHON_USEDEP}] )
	zoo? ( >=dev-python/requests-2.0[${PYTHON_USEDEP}] )
	zoo? ( dev-python/jax[${PYTHON_USEDEP}] )
	zoo? ( dev-python/jaxlib[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"