Skip to content

Commit

Permalink
Merge bugfix rc back into master (#489)
Browse files Browse the repository at this point in the history
* update changelog

* update IBMQ tests to (hopefully) respect the pin

* try github.ref

* restore 0.36 changelog section

* un-restore 0.36 changelog section

* update version number

* restore 0.36 changelog section

* put version number back

* Update CHANGELOG.md

* fix missing line in changelog
  • Loading branch information
lillian542 authored Mar 7, 2024
1 parent d3141df commit 8853de7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ibmq_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements-ci.txt
pip install wheel pytest pytest-cov pytest-mock flaky --upgrade
pip freeze
- name: Install Plugin
run: |
pip install git+https://github.com/PennyLaneAI/pennylane-qiskit.git@${{ env.PLUGIN_BRANCH }}
pip install git+https://github.com/PennyLaneAI/pennylane-qiskit.git@${{ github.ref }}
pip freeze
- name: Run tests
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@

This release contains contributions from (in alphabetical order):

---
# Release 0.35.1

### Bug fixes 🐛

* Following the 0.21 release of `qiskit-ibm-runtime`, which requires Qiskit 1.0, the PennyLane-Qiskit plugin pins to
`qiskit-ibm-runtime<0.21`. This prevents `pip install pennylane-qiskit` from installing Qiskit 1.0 (via the requirements
of `qiskit-ibm-runtime`), which will break any environments that already have a 0.X.X version of Qiskit installed.
[(#486)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/486)

### Contributors ✍️
Lillian Frederiksen

---
# Release 0.35.0

Expand Down

0 comments on commit 8853de7

Please sign in to comment.