summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-22 17:33:08 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-22 17:51:47 +0200
commit46f1666c8304453fe896d035164293cbc28998ff (patch)
tree2ea0c9da6d0756b6509d091650615447bc7e0767 /dev-python/ml-dtypes
parentnet-libs/libetpan: Add patch for CVE-2022-4121 (diff)
downloadgentoo-46f1666c8304453fe896d035164293cbc28998ff.tar.gz
gentoo-46f1666c8304453fe896d035164293cbc28998ff.tar.bz2
gentoo-46f1666c8304453fe896d035164293cbc28998ff.zip
dev-python/ml-dtypes: Require <dev-python/numpy-2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ml-dtypes')
-rw-r--r--dev-python/ml-dtypes/ml-dtypes-0.3.2-r1.ebuild (renamed from dev-python/ml-dtypes/ml-dtypes-0.3.2.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ml-dtypes/ml-dtypes-0.3.2.ebuild b/dev-python/ml-dtypes/ml-dtypes-0.3.2-r1.ebuild
index e12495719202..0ce0838a1b4c 100644
--- a/dev-python/ml-dtypes/ml-dtypes-0.3.2.ebuild
+++ b/dev-python/ml-dtypes/ml-dtypes-0.3.2-r1.ebuild
@@ -24,7 +24,7 @@ KEYWORDS="~amd64"
S="${WORKDIR}/${PNGH}-${PV}"
DEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
+ <dev-python/numpy-2:=[${PYTHON_USEDEP}]
"
BDEPEND="
dev-python/pybind11[${PYTHON_USEDEP}]