Skip to content

Commit

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

* Update changelog

* Trigger CI

---------

Co-authored-by: Alex Preciado <[email protected]>
  • Loading branch information
mudit2812 and Alex-Preciado authored Nov 6, 2024
1 parent 398f643 commit 57e8406
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@
* Remove support for Python 3.9.
[(#78)](https://github.com/PennyLaneAI/pennylane-qulacs/pull/78)

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

### Contributors ✍️

This release contains contributions from (in alphabetical order):

Astral Cai
Yushao Chen
Mudit Pandey

---
# Release 0.36.0
Expand Down
2 changes: 1 addition & 1 deletion pennylane_qulacs/qulacs_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class QulacsDevice(QubitDevice):

name = "Qulacs device"
short_name = "qulacs.simulator"
pennylane_requires = ">=0.11.0"
pennylane_requires = ">=0.38.0"
version = __version__
author = "Steven Oud and Xanadu"
gpu_supported = GPU_SUPPORTED
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


requirements = [
"pennylane>=0.15",
"pennylane>=0.38",
"numpy",
"scipy",
]
Expand Down

0 comments on commit 57e8406

Please sign in to comment.