-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[Core] numpy > 2 not supported #48559
Comments
Hi can you print your Also curious why you set ray < 2.35.0? |
Hi, sorry for the delay in the answer @rynewang
Yes, let us try to collect that info for you 👍
Some weeks ago we tried to update from 2.34.0 to 2.35.0 our ray dependency but something was not working from our tests. If I remember correctly the problem was that we were not being able to connect with the dashboard but we will try to collect the stacktrace for this one an open another issue in case we continue seeing the problem. Thank you @rynewang ! 🙏 |
The pyarrow version that we are using is the next one: |
We ran into the same |
Per numpy/numpy#26191 it seems you need to upgrade pyarrow to >= 16.0 if you want to use numpy 2. See apache/arrow#39532 |
Thanks @rynewang , I'm going to give a try today and let you know if this simple change works. Thanks for your support. |
From Qiskit/qiskit-serverless#1538 we applied the change to update EDIT: feel free to close this issue as solved! |
What happened + What you expected to happen
Working on the Qiskit Serverless project, we discover an issue in the client ray using
numpy>2
:Versions / Dependencies
ray[default,data]>=2.30.0, <2.35.0
Python=3.11
numpy>2
Reproduction script
[wip]
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: