Skip to content

Commit

Permalink
Increase PL lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
mudit2812 committed Nov 5, 2024
1 parent 398f643 commit d359180
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 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.
[(#78)](https://github.com/PennyLaneAI/pennylane-qulacs/pull/78)

* Upgrade minimum supported version of PennyLane to 0.38.0.
[(#)]()

### Contributors ✍️

This release contains contributions from (in alphabetical order):
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 d359180

Please sign in to comment.