Skip to content

Commit

Permalink
Remove bound on qiskit-aer version (backport #1306) (#1307)
Browse files Browse the repository at this point in the history
This is an automatic backport of pull request #1306 done by
[Mergify](https://mergify.com).
Cherry-pick of 39a0d87 has failed:
```
On branch mergify/bp/stable/0.5/pr-1306
Your branch is up to date with 'origin/stable/0.5'.

You are currently cherry-picking commit 39a0d87.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
	deleted by us:   requirements-extras.txt

no changes added to commit (use "git add" and/or "git commit -a")
```


To fix up this pull request, you can check it out locally. See
documentation:
https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

---


<details>
<summary>Mergify commands and options</summary>

<br />

More conditions and actions can be found in the
[documentation](https://docs.mergify.com/).

You can also trigger Mergify actions by commenting on this pull request:

- `@Mergifyio refresh` will re-evaluate the rules
- `@Mergifyio rebase` will rebase this PR on its base branch
- `@Mergifyio update` will merge the base branch into this PR
- `@Mergifyio backport <destination>` will backport this PR on
`<destination>` branch

Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you
can:

- look at your merge queues
- generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com
</details>

---------

Co-authored-by: Will Shanks <[email protected]>
Co-authored-by: Helena Zhang <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2023
1 parent 92831c8 commit 6b66777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ reno>=4.0.0
nbsphinx
arxiv
ddt>=1.6.0
qiskit-aer>=0.11.0,<=0.12.2 # Temporary version pin because of https://github.com/Qiskit-Extensions/qiskit-experiments/issues/1292
qiskit-aer>=0.11.0
pandas>=1.1.5
cvxpy>=1.1.15
pylatexenc
Expand Down

0 comments on commit 6b66777

Please sign in to comment.