diff options
author | 2023-07-01 07:59:38 +0200 | |
---|---|---|
committer | 2023-07-01 09:10:14 +0200 | |
commit | 9aa6899bbd4b81f90bacd70999f9565042947efb (patch) | |
tree | 98687b5a3c533d04d6ca1873f8a49b92ec80a853 /dev-python | |
parent | dev-python/pydantic: Reselect fixed test (diff) | |
download | gentoo-9aa6899bbd4b81f90bacd70999f9565042947efb.tar.gz gentoo-9aa6899bbd4b81f90bacd70999f9565042947efb.tar.bz2 gentoo-9aa6899bbd4b81f90bacd70999f9565042947efb.zip |
dev-python/aesara: Require <dev-python/numpy-1.25
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/aesara/aesara-2.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/aesara/aesara-2.9.0.ebuild b/dev-python/aesara/aesara-2.9.0.ebuild index 0e8197ab931f..598df2414a76 100644 --- a/dev-python/aesara/aesara-2.9.0.ebuild +++ b/dev-python/aesara/aesara-2.9.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 multiprocessing optfeature pypi @@ -24,7 +24,7 @@ RDEPEND=" dev-python/logical-unification[${PYTHON_USEDEP}] dev-python/minikanren[${PYTHON_USEDEP}] dev-python/filelock[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] + <dev-python/numpy-1.25[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}] " |