diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-22 17:33:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-22 17:51:47 +0200 |
commit | 46f1666c8304453fe896d035164293cbc28998ff (patch) | |
tree | 2ea0c9da6d0756b6509d091650615447bc7e0767 /dev-python/ml-dtypes | |
parent | net-libs/libetpan: Add patch for CVE-2022-4121 (diff) | |
download | gentoo-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}] |