Closed nonhermitian closed 9 months ago
This one is addressed by https://github.com/Qiskit/qiskit-ibm-provider/pull/803/
Is there an ETA on a release? It is blocking the update of packages to Qiskit 1.0
I was hoping to release a version compatible with both Qiskit 0.45 and 1.0 (#804, #803) but given there is only 1 person working across the providers right now and all this needs to be done in qiskit-ibm-runtime (https://github.com/Qiskit/qiskit-ibm-runtime/pull/1363) as well, there is a bit of work that still needs to be done.
It'd be tough to get something in even early next week, given the whole runtime team will be at a workshop
qiskit-ibm-provider 0.9.0 and qiskit-ibm-runtime 0.19.1 have both been released, both support Qiskit 1.0 (along with 0.45/0.46)
Information
What is the current behavior?
https://github.com/Qiskit/qiskit-ibm-provider/blob/72b72f4b78f5dc557463ca74ca80fdbd69f19c52/qiskit_ibm_provider/qpy/binary_io/circuits.py#L26C1-L27C30
depends on
from qiskit import extensions
which is now missingSteps to reproduce the problem
What is the expected behavior?
Suggested solutions