Qiskit / qiskit-ibmq-provider

Qiskit Provider for accessing the quantum devices and simulators at IBM Quantum.
Apache License 2.0
243 stars 143 forks source link

Revert "fix python requirement versions (#1159)" #1162

Closed mtreinish closed 1 year ago

mtreinish commented 1 year ago

Summary

This reverts commit 2ad2352fbba0962f33017339965e93c86e3b84b3. The changes made to the requirements list in that commit were not valid and actively prevent users from installing the qiskit-ibmq-provider with any version of qiskit-terra other than the 0.23.x release series. Similarly the caps set on every dependency are overly restrictive and will cause compatibility issues with other packages, especially if there are shared dependencies between multiple packages. This commit reverts these changes to prevent issues and this needs to be released as part as 0.20.2 to unblock a future qiskit metapackage release.

Details and comments