Qiskit-Extensions / circuit-knitting-toolbox

Tools for knitting quantum circuits with Qiskit
https://qiskit-extensions.github.io/circuit-knitting-toolbox/
Apache License 2.0
72 stars 24 forks source link

Pin numpy<2 on stable branch #631

Closed garrison closed 3 weeks ago

garrison commented 3 weeks ago

From the looks of the CI failure, DOCplex is incompatible with numpy 2.0. So, as a way to make the CutQC code continue to work, I am pinning to numpy <2 on the stable/0.7 branch. (CutQC has already been removed from main, in #605.)

garrison commented 3 weeks ago

I'm just going to merge this, because I see no alternative (other than allowing CutQC and CI to be broken).