# 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="NABQR is a method for sequential error-corrections tailored for wind power forecast in Denmark"

HOMEPAGE="https://github.com/bast0320/nabqr"
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="docs"
DEPENDENCIES="dev-python/icecream[${PYTHON_USEDEP}]
	>=dev-python/matplotlib-3.8.4[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.26.0[${PYTHON_USEDEP}]
	>=dev-python/pandas-2.2.3[${PYTHON_USEDEP}]
	dev-python/properscoring[${PYTHON_USEDEP}]
	>=dev-python/rich-13.9.4[${PYTHON_USEDEP}]
	dev-python/SciencePlots[${PYTHON_USEDEP}]
	>=dev-python/scikit-learn-1.4.2[${PYTHON_USEDEP}]
	>=dev-python/scipy-1.14.1[${PYTHON_USEDEP}]
	dev-python/tensorflow[${PYTHON_USEDEP}]
	dev-python/tensorflow-probability[${PYTHON_USEDEP}]
	dev-python/torch[${PYTHON_USEDEP}]
	>=dev-python/typer-0.13.1[${PYTHON_USEDEP}]
	>=dev-python/sphinx-rtd-theme-3.0.2[${PYTHON_USEDEP}]
	>=dev-python/myst-parser-4.0.0[${PYTHON_USEDEP}]
	dev-python/tf-keras[${PYTHON_USEDEP}]
	dev-python/autodocsumm[${PYTHON_USEDEP}]
	dev-python/sphinx_mdinclude[${PYTHON_USEDEP}]
	docs? ( >=dev-python/sphinx-4.0.0[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx-autodoc-typehints[${PYTHON_USEDEP}] )
	docs? ( dev-python/autodocsumm[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx_mdinclude[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"