Qiskit / qiskit-qasm3-import

Importer from OpenQASM 3 to Qiskit's QuantumCircuit
https://qiskit.github.io/qiskit-qasm3-import
Apache License 2.0
15 stars 7 forks source link

Update dependencies to reflect new Qiskit structure #21

Closed jakelishman closed 10 months ago

jakelishman commented 10 months ago

The preferred install path for Qiskit is now the qiskit Python package, and the "component" qiskit-terra is no longer preferred and expected to be removed with Qiskit 1.0. This updates the dependencies to refer to the minimum supported version of the qiskit package instead; the lowest version of that will now install more than is completely required, but all latest versions are correct, and will be correct moving forwards.