Skip to content

Commit

Permalink
Temporarily pin pyquil>=2.16,<2.28.3 (#77)
Browse files Browse the repository at this point in the history
* pin pyquil>=2.16,<2.28.3

* docs pin too

* changelog
  • Loading branch information
antalszava committed Aug 4, 2021
1 parent 75a1a66 commit b52dc09
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@

### Bug fixes

* Pins the PyQuil version to use as `pyquil>=2.16,<2.28.3` due to API
deprecations in PyQuil version 3.0.
[(#73)](https://github.com/PennyLaneAI/pennylane-forest/pull/77)

### Contributors

This release contains contributions from (in alphabetical order):

Romain Moyard, Antal Száva.

---

# Release 0.16.0
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docutils==0.16
pennylane
pyquil
pyquil>=2.16,<2.28.3
sphinx-automodapi
pygments-github-lexers
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
pyquil>=2.16,<2.28.3
pennylane>=0.15
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.15"]
requirements = ["pyquil>=2.16,<2.28.3", "pennylane>=0.15"]

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

0 comments on commit b52dc09

Please sign in to comment.