Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
timmysilv committed Feb 22, 2024
1 parent 17596d2 commit 6787993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pennylane_honeywell/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class HQSDevice(QubitDevice):
to the remote server when checking for completion of circuit
execution.
"""

# pylint: disable=too-many-instance-attributes
name = "Honeywell Quantum Solutions PennyLane plugin"
pennylane_requires = ">=0.30.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Requirements should be as minimal as possible.
# Avoid pinning, and use minimum version numbers
# only where required.
requirements = ["pennylane>=0.30<0.35", "requests", "pyjwt", "toml"]
requirements = ["pennylane>=0.30,<0.35", "requests", "pyjwt", "toml"]

info = {
# 'name' is the name that will be used by pip for installation
Expand Down

0 comments on commit 6787993

Please sign in to comment.