# 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 fully Bayesian implementation of sequential model-based optimization"

HOMEPAGE="https://github.com/kiudee/bayes-skopt"
LICENSE="Apache-2.0"
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="docs"
DEPENDENCIES="dev-python/arviz[${PYTHON_USEDEP}]
	>=dev-python/emcee-3.0.2[${PYTHON_USEDEP}]
	>=dev-python/matplotlib-3.9.0[${PYTHON_USEDEP}]
	>=dev-python/numpy-2.0.0[${PYTHON_USEDEP}]
	>=dev-python/scikit-learn-1.6[${PYTHON_USEDEP}]
	dev-python/scikit-optimize[${PYTHON_USEDEP}]
	>=dev-python/scipy-1.13.0[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.48.2[${PYTHON_USEDEP}]
	docs? ( >=dev-python/nbsphinx-0.7.1[${PYTHON_USEDEP}] )
	docs? ( dev-python/nbsphinx-link[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/numpydoc-1.1.0[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/sphinx-3.1.2[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"