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

Post v0.38.1 release version bump #590

Merged
merged 6 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't impact installation at all, just makes the name used for installation more consistent with the others in the file.

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
Loading