Install this version:
emerge -a =dev-python/spey-0.2.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/spey-0.2.5
Or alternatively:
emerge --autounmask-write -a =dev-python/spey-0.2.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.5 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Smooth inference for reinterpretation studies"
HOMEPAGE="
https://github.com/SpeysideHEP/spey/
https://spey.readthedocs.io/
https://arxiv.org/abs/2307.06996
"
SRC_URI="https://github.com/SpeysideHEP/spey/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/numpy-1.21.6[${PYTHON_USEDEP}]
>=dev-python/scipy-1.10.0[${PYTHON_USEDEP}]
>=dev-python/autograd-1.5[${PYTHON_USEDEP}]
>=dev-python/semantic-version-2.10[${PYTHON_USEDEP}]
>=dev-python/tqdm-4.64.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}"
distutils_enable_tests pytest
>=dev-python/numpy-1.21.6[] >=dev-python/scipy-1.10.0[] >=dev-python/autograd-1.5[] >=dev-python/semantic-version-2.10[] >=dev-python/tqdm-4.64.0[] >=dev-python/requests-2.31.0[]
>=dev-python/numpy-1.21.6[] >=dev-python/scipy-1.10.0[] >=dev-python/autograd-1.5[] >=dev-python/semantic-version-2.10[] >=dev-python/tqdm-4.64.0[] >=dev-python/requests-2.31.0[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | spey-0.2.5.gh.tar.gz | 2975664 bytes | https://github.com/SpeysideHEP/spey/archive/refs/tags/v0.2.5.tar.gz |