Closed 1ucian0 closed 10 months ago
Currently, qiskit-qec depends on qiskit-terra. Starting in Qiskit 1.0.0 only the qiskit package will be published. This PR changes the requirement to use qiskit instead of qiskit-terra. In this case, it stays in 0.* with <1
qiskit-qec
qiskit-terra
qiskit
<1
https://github.com/Qiskit/qiskit/pull/11230
Summary
Currently,
qiskit-qec
depends onqiskit-terra
. Starting in Qiskit 1.0.0 only theqiskit
package will be published. This PR changes the requirement to useqiskit
instead ofqiskit-terra
. In this case, it stays in 0.* with<1
Details and comments
https://github.com/Qiskit/qiskit/pull/11230