Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase PL lower bound #168

Merged
merged 3 commits into from
Nov 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Increase PL lower bound
mudit2812 committed Nov 5, 2024
commit 79a8fb781f3282a977d167119d359b242ce72586
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
2 changes: 1 addition & 1 deletion pennylane_rigetti/device.py
Original file line number Diff line number Diff line change
@@ -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."

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