# 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="Qiskit Machine Learning: A library of quantum machine learning experiments" HOMEPAGE="https://github.com/qiskit-community/qiskit-machine-learning" 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="sparse torch" DEPENDENCIES=">=dev-python/qiskit-2.0[${PYTHON_USEDEP}] >=dev-python/numpy-2.0[${PYTHON_USEDEP}] >=dev-python/scipy-1.4[${PYTHON_USEDEP}] >=dev-python/scikit-learn-1.2[${PYTHON_USEDEP}] >=dev-python/setuptools-40.1[${PYTHON_USEDEP}] >=dev-python/dill-0.3.4[${PYTHON_USEDEP}] torch? ( dev-python/torch[${PYTHON_USEDEP}] ) sparse? ( dev-python/sparse[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"