-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numpy 2 compatible build #943
Comments
Note that numpy 2.0.0rc1 is now publicly available: numpy/numpy#24300 (comment) |
Is there anything we can do to help with checking support for numpy 2.0? |
2 items in scope:
|
JFYI NumPy is planning to release 2.0 on June 16th |
Numpy 2.0 is now live on PyPI and all pip installs of opencv-python are now broken. It's unclear to me why simply adding
|
Any ETA for this? |
It's up on PyPI now, as announced in #997. Version |
I haven't managed to find any previous discussion about this, although I'm surprised by that so I very well may have missed it.
Numpy 2 is coming: numpy/numpy#24300
Are there any plans to begin providing nightly builds of OpenCV Python bindings which are ABI compatible with Numpy 2? Instructions are provided here on how to do that: https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-0-specific-advice
Currently when I pip install
opencv-python-rolling
it is not ABI compatible:The text was updated successfully, but these errors were encountered: