dev-python/pyrr: Update numpy version

Closes: https://bugs.gentoo.org/932271
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc 2024-05-31 23:09:40 +02:00
parent f236ef2612
commit 71887891c5
No known key found for this signature in database
GPG Key ID: 3C21DC7CC460006B

View File

@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -20,7 +20,7 @@ IUSE="doc"
RDEPEND="
dev-python/multipledispatch[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
<dev-python/numpy-2[${PYTHON_USEDEP}]
"
BDEPEND="
${RDEPEND}