commit: 3e1120813b1229dafdef807fa1d607fd0f9eabfd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 30 04:41:15 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 30 04:42:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e112081
package.mask: Mask >=dev-python/numpy-2 and the revdep Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index be00dda8cf7f..b965c3e745c1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2024-04-30) +# NumPy 2 introduces lots of API changes and an ABI change. Masked +# for testing and getting <dev-python/numpy-2 where necessary. +>=dev-python/numexpr-2.10 +>=dev-python/numpy-2 + # Jason Zaman <[email protected]> (2024-04-28) # TensorFlow was removed from the tree in feb, Keras applications and # preprocessing no longer have any revdeps in the tree. For ML, the
