Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

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

Merged
merged 2 commits into from
Mar 7, 2023

Conversation

mtreinish
Copy link
Member

Summary

This reverts commit 2ad2352. 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

This reverts commit 2ad2352. 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.
@mtreinish mtreinish added priority: high Changelog: Bugfix Include in the Fixed section of the changelog backport potential The bug might be minimal and/or import enough to be port to stable labels Mar 3, 2023
@kt474 kt474 merged commit ec247ec into Qiskit:master Mar 7, 2023
@mtreinish mtreinish deleted the revert-requirements-pin branch March 7, 2023 19:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport potential The bug might be minimal and/or import enough to be port to stable Changelog: Bugfix Include in the Fixed section of the changelog priority: high
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants