qiskit-community / qiskit-optimization

Quantum Optimization
https://qiskit-community.github.io/qiskit-optimization/
Apache License 2.0
230 stars 141 forks source link

Pin numpy<2 and scipy<1.14 #624

Closed t-imamichi closed 3 months ago

t-imamichi commented 3 months ago

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

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 10034586878

Details


Totals Coverage Status
Change from base Build 9128549330: -0.1%
Covered Lines: 4446
Relevant Lines: 4788

💛 - Coveralls
t-imamichi commented 3 months ago

Thank you for the information, Steve. I made a PR to docplex. I hope it will be merged. https://github.com/IBMDecisionOptimization/docplex/pull/10