Skip to content

Commit

Permalink
Increase PL lower bound (#599)
Browse files Browse the repository at this point in the history
* Increase PL lower bound

* Update CHANGELOG.md

* Trigger CI

---------

Co-authored-by: Alex Preciado <[email protected]>
  • Loading branch information
mudit2812 and Alex-Preciado authored Nov 6, 2024
1 parent 8543a2a commit 02da9fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* Remove support for Python 3.9.
[(#597)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/597)

* Upgrade minimum supported version of PennyLane to 0.38.0.
[(#599)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/599)

### Documentation 📝

* Added warning in the documentation of `qiskit_session` due to recent reports of unexpected behavior.
Expand All @@ -27,6 +30,7 @@ This release contains contributions from (in alphabetical order):
Astral Cai
Lillian M. A. Frederiksen
Austin Huang
Mudit Pandey


---
Expand Down
2 changes: 1 addition & 1 deletion pennylane_qiskit/qiskit_device_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class QiskitDeviceLegacy(QubitDevice, abc.ABC):
"""

name = "Qiskit PennyLane plugin"
pennylane_requires = ">=0.30.0"
pennylane_requires = ">=0.38.0"
version = __version__
plugin_version = __version__
author = "Xanadu"
Expand Down

0 comments on commit 02da9fe

Please sign in to comment.