Skip to content

Commit

Permalink
Post v0.38.1 release version bump (#590)
Browse files Browse the repository at this point in the history
* Pin qiskit ibm runtime (#587)

* pin in reqs.txt

* pin

* pin

* changelogs

* Update _version.py

* Remove unused changelog sections

* Update version

* Fix requirements

---------

Co-authored-by: Austin Huang <[email protected]>
  • Loading branch information
mudit2812 and austingmhuang authored Oct 8, 2024
1 parent 4a24811 commit 2e02d73
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,26 @@

### Bug fixes 🐛

### Contributors ✍️

This release contains contributions from (in alphabetical order):

---
# Release 0.38.1

### 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`.
[(#587)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/587)

### Contributors ✍️
Austin Huang

This release contains contributions from (in alphabetical order):

Austin Huang
Mudit Pandey

---
# Release 0.38.0

Expand Down
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pennylane>=0.38
qiskit
qiskit_ibm_runtime<=0.29
qiskit-ibm-runtime<=0.29
numpy
sympy==1.12
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pennylane>=0.32
qiskit
qiskit_ibm_runtime<=0.29
qiskit-ibm-runtime<=0.29
numpy
sympy

0 comments on commit 2e02d73

Please sign in to comment.