View Raw Ebuild
# 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="Machine learning dashboard that integrates with tensorflow. Great for monitoring training. Has tools for classification and images"
HOMEPAGE="https://github.com/RobertJN64/MLDashboard"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/2e/11/b6ff94d86e216a7d596424ecd8ede406224a268a6bbe679a15da0c3b1f4e/mldashboard-${REALVERSION}.tar.gz"
SOURCEFILE="mldashboard-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDENCIES="dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/tensorflow[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"