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 3cdfcda commit 79a8fb7
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 @@ -5,6 +5,9 @@
* Support for Python 3.9 has been removed, and support for Python 3.12 has been added.
[(#167)](https://github.com/PennyLaneAI/pennylane-rigetti/pull/167)

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

### Bug fixes 🐛

* Fix deprecated import path for `QubitDevice`.
Expand Down
2 changes: 1 addition & 1 deletion pennylane_rigetti/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class RigettiDevice(QubitDevice):
For simulator devices, 0 means the exact EV is returned.
"""

pennylane_requires = ">=0.18"
pennylane_requires = ">=0.38"
version = __version__
author = "Rigetti Computing Inc."

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.21
networkx>=2.5,<3.0
pennylane>=0.32
pennylane>=0.38
pyquil>=3.0.0,<4.0.0
qcs-api-client>=0.20.13,<0.22.0

0 comments on commit 79a8fb7

Please sign in to comment.