commit:     5ec3467fd83e944ab9473868d8083a362cf7300f
Author:     FoscoV <FoscoV <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Fri Oct 28 10:06:47 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 10:17:03 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5ec3467f

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 <AT> gentoo.org>

 dev-python/numba/numba-0.56.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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="

Reply via email to