qiskit-optimization icon indicating copy to clipboard operation
qiskit-optimization copied to clipboard

Nightly actions failing

Open woodsp-ibm opened this issue 5 months ago • 0 comments

It appears nightly actions have been failing for the past few nights.

As in qiskit-algorithms and qiskit-machine-learning it seems scipy 1.16.0 released when the tests started failing (Jun 22). Note the same tests that are presently passing are under Python 3.9 and 3.10. which are still using the earlier 1.15.3 as it seems 1.16.0 is now only for 3.11 and above

FYI I did this https://github.com/qiskit-community/qiskit-algorithms/pull/234 to sort issues there that arose after scipy 1.16.0 came out. One or two changes, since optimizers were copied here, may be more directly relevant. The issues were all around when using COBYLA where the implementation was changed in 1.16.0 - the PR has quite a few comments that may be of help here,

I assume this may well impact #654 too

woodsp-ibm avatar Jun 27 '25 18:06 woodsp-ibm