Skip to content

Commit

Permalink
Bump version number and update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 authored and braised-babbage committed Feb 13, 2020
1 parent 985ab2d commit a2115a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pennylane_forest/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.6.0"
__version__ = "0.8.0"
4 changes: 2 additions & 2 deletions pennylane_forest/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ class ForestDevice(QubitDevice):
variable ``QUILC_URL``, or in the ``~/.forest_config`` configuration file.
Default value is ``"http://127.0.0.1:6000"``.
"""
pennylane_requires = ">=0.6"
pennylane_requires = ">=0.8"
version = __version__
author = "Josh Izaac"
author = "Rigetti Computing Inc."

_operation_map = pyquil_operation_map
_capabilities = {"model": "qubit", "tensor_observables": True}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyquil>=2.16
git+https://github.com/XanaduAI/pennylane.git#egg=pennylane
pennylane>=0.8
networkx
flaky
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version = f.readlines()[-1].split()[-1].strip("\"'")


requirements = ["pyquil>=2.16", "pennylane>=0.6"]
requirements = ["pyquil>=2.16", "pennylane>=0.8"]

info = {
"name": "PennyLane-Forest",
Expand Down

0 comments on commit a2115a1

Please sign in to comment.