aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFoscoV <FoscoV@users.noreply.github.com>2022-10-28 12:06:47 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-10-28 12:17:03 +0200
commit5ec3467fd83e944ab9473868d8083a362cf7300f (patch)
treeef3e4e10474ec8d50ed3a447df53726312dfb08f
parentmetadata: not testing musl profile (diff)
downloadsci-5ec3467fd83e944ab9473868d8083a362cf7300f.tar.gz
sci-5ec3467fd83e944ab9473868d8083a362cf7300f.tar.bz2
sci-5ec3467fd83e944ab9473868d8083a362cf7300f.zip
numba-0.56.3 dependency on <numpy-1.24
According to https://numba.readthedocs.io/en/stable/user/installing.html#version-support-information the dependency changed since 0.56.2 Closes: https://github.com/gentoo/sci/pull/1178 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/numba/numba-0.56.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/numba/numba-0.56.3.ebuild b/dev-python/numba/numba-0.56.3.ebuild
index af3ffd6e8..9644fdf54 100644
--- a/dev-python/numba/numba-0.56.3.ebuild
+++ b/dev-python/numba/numba-0.56.3.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
>=dev-python/llvmlite-0.39.0[${PYTHON_USEDEP}]
<=dev-python/llvmlite-0.40.0
>=dev-python/numpy-1.18.0[${PYTHON_USEDEP}]
- <dev-python/numpy-1.23[${PYTHON_USEDEP}]
+ <dev-python/numpy-1.24[${PYTHON_USEDEP}]
threads? ( >=dev-cpp/tbb-2021.1 <dev-cpp/tbb-2021.6 )
"
BDEPEND="