# 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 set of python modules for machine learning and data mining"

HOMEPAGE="https://github.com/PowderL/forest-gis"
LICENSE="new BSD"
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="benchmark docs examples tests"
DEPENDENCIES=">=dev-python/numpy-1.15.0[${PYTHON_USEDEP}]
	>=dev-python/scipy-0.19.1[${PYTHON_USEDEP}]
	>=dev-python/joblib-0.14[${PYTHON_USEDEP}]
	>=dev-python/threadpoolctl-2.0.0[${PYTHON_USEDEP}]
	benchmark? ( >=dev-python/matplotlib-2.1.1[${PYTHON_USEDEP}] )
	benchmark? ( >=dev-python/pandas-0.25.0[${PYTHON_USEDEP}] )
	benchmark? ( dev-python/memory-profiler[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/matplotlib-2.1.1[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/scikit-image-0.13[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/pandas-0.25.0[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/seaborn-0.9.0[${PYTHON_USEDEP}] )
	docs? ( dev-python/memory-profiler[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/sphinx-3.2.0[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/sphinx-gallery-0.7.0[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/numpydoc-1.0.0[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/pillow-7.1.2[${PYTHON_USEDEP}] )
	examples? ( >=dev-python/matplotlib-2.1.1[${PYTHON_USEDEP}] )
	examples? ( >=dev-python/scikit-image-0.13[${PYTHON_USEDEP}] )
	examples? ( >=dev-python/pandas-0.25.0[${PYTHON_USEDEP}] )
	examples? ( >=dev-python/seaborn-0.9.0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/matplotlib-2.1.1[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/scikit-image-0.13[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pandas-0.25.0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pytest-5.0.1[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pytest-cov-2.9.0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/flake8-3.8.2[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/mypy-0.770[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pyamg-4.0.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"