-
Notifications
You must be signed in to change notification settings - Fork 16k
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
Python 3.13 needs Numpy > 2.0 #26026
Comments
Hi, any updates on this? Several modern packages depend on Numpy > 2.0 and there currently cannot be integrated with langchain currently, e.g. https://github.com/DS4SD/docling |
Hi any updates |
Just for reference, linking here the relevant PR #27991 |
Looks like this has already been released on |
For the full support are still needed. |
I tested the new release with Python 3.13 and it seems to be working fine. Two questions:
Current trove section on PyPI page: |
Checked other resources
Example Code
If you attempt to install numpy<2.0.0,>=1.26.0 you will get issues on Python 3.13
numpy>=2.0.0 works fine.
Error Message and Stack Trace (if applicable)
numpy/numpy#24318
Description
The numpy dependency needs bumping up to >=2.0.0
System Info
Python 3.13-dev on Mac OS M1
The text was updated successfully, but these errors were encountered: