-
Notifications
You must be signed in to change notification settings - Fork 140
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
Pin numpy<2 and scipy<1.14 #624
Conversation
Pull Request Test Coverage Report for Build 10034586878Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me.
FYI I will note the failure around .H in algorithms for scipy 1.14 I fixed a while back in algorithms qiskit-community/qiskit-algorithms#184 but it has not yet been released.
Thank you for the information, Steve. I made a PR to docplex. I hope it will be merged. |
* pin numpy<2 * pin scipy<1.14 * fix a docstring (cherry picked from commit dd2ba85)
* pin numpy<2 * pin scipy<1.14 * fix a docstring (cherry picked from commit dd2ba85) Co-authored-by: Takashi Imamichi <[email protected]>
Summary
Docplex does not support Numpy version 2 and qiskit-algorithms does not support Scipy 1.14.
So, this PR pin the numpy and scipy versions.
This also fixes a warning of sphinx related to
INFINITY
.Details and comments