Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cap qiskit-aer version in extra dependency #1291

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

nkanazawa1989
Copy link
Collaborator

Summary

I found currently all PRs including the main branch fail in CI due to QPT/QST unittest including reset instruction. Likely this is due to qiskit-aer 0.13. I added version cap not to install this version as a temporary fix.

@nkanazawa1989 nkanazawa1989 changed the title Can qiskit-aer version in extra dependency Cap qiskit-aer version in extra dependency Oct 27, 2023
requirements-extras.txt Outdated Show resolved Hide resolved
@wshanks
Copy link
Collaborator

wshanks commented Oct 27, 2023

#1293, #1294, and #1295 now have fixes for the issues with aer 0.13.0. I think what would be easiest is to merge this PR first so that CI is passing, then merge those three in any order, and then unpin the aer version again.

Co-authored-by: Will Shanks <wshaos@posteo.net>
@nkanazawa1989 nkanazawa1989 added this pull request to the merge queue Oct 30, 2023
Merged via the queue into qiskit-community:main with commit 805d592 Oct 30, 2023
10 checks passed
wshanks added a commit to wshanks/qiskit-experiments that referenced this pull request Oct 30, 2023
I found currently all PRs including the main branch fail in CI due to
QPT/QST unittest including reset instruction. Likely this is due to
qiskit-aer 0.13. I added version cap not to install this version as a
temporary fix.

---------

Co-authored-by: Toshinari Itoko <15028342+itoko@users.noreply.github.com>
Co-authored-by: Will Shanks <wshaos@posteo.net>
coruscating added a commit that referenced this pull request Oct 31, 2023
I found currently all PRs including the main branch fail in CI due to
QPT/QST unittest including reset instruction. Likely this is due to
qiskit-aer 0.13. I added version cap not to install this version as a
temporary fix.

---------

Co-authored-by: Naoki Kanazawa <nkanazawa1989@gmail.com>
Co-authored-by: Toshinari Itoko <15028342+itoko@users.noreply.github.com>
Co-authored-by: Helena Zhang <helena.zhang@ibm.com>
nkanazawa1989 added a commit to nkanazawa1989/qiskit-experiments that referenced this pull request Jan 17, 2024
### Summary

I found currently all PRs including the main branch fail in CI due to
QPT/QST unittest including reset instruction. Likely this is due to
qiskit-aer 0.13. I added version cap not to install this version as a
temporary fix.

---------

Co-authored-by: Toshinari Itoko <15028342+itoko@users.noreply.github.com>
Co-authored-by: Will Shanks <wshaos@posteo.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants