Skip to content

Commit

Permalink
Update setup.py (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
antalszava committed Aug 13, 2021
1 parent f1d1115 commit 5419429
Showing 1 changed file with 1 addition and 1 deletion.
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,<2.28.3", "pennylane @ git+https://github.com/PennyLaneAI/pennylane.git@v0.17.0-rc0"]
requirements = ["pyquil>=2.16,<2.28.3", "pennylane @ git+https://github.com/PennyLaneAI/pennylane.git"]

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

0 comments on commit 5419429

Please sign in to comment.