Skip to content

Commit

Permalink
Pin qiskit ibm runtime (#587)
Browse files Browse the repository at this point in the history
* pin in reqs.txt

* pin

* pin

* changelogs
  • Loading branch information
austingmhuang authored Oct 1, 2024
1 parent fa05110 commit 4a24811
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@

### Bug fixes 🐛

* Due to the removal of the `Session` and `Backend` keywords in the 0.30 release of `qiskit-ibm-runtime`, the PennyLane-Qiskit
plugin now pins to `qiskit-ibm-runtime<=0.29`.

### Contributors ✍️
Austin Huang

This release contains contributions from (in alphabetical order):

Expand Down
1 change: 1 addition & 0 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pennylane>=0.38
qiskit
qiskit_ibm_runtime<=0.29
numpy
sympy==1.12
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pennylane>=0.32
qiskit
qiskit_ibm_runtime<=0.29
numpy
sympy
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
requirements = [
"qiskit>=0.32",
"qiskit-aer",
"qiskit-ibm-runtime",
"qiskit-ibm-runtime<=0.29",
"qiskit-ibm-provider",
"pennylane>=0.38",
"numpy",
Expand Down

0 comments on commit 4a24811

Please sign in to comment.