Skip to content

Commit

Permalink
Revert "pin versions to 0.29 rc branch (#135)" (#136)
Browse files Browse the repository at this point in the history
This reverts commit 4279e4b.
  • Loading branch information
timmysilv authored Feb 23, 2023
1 parent 4279e4b commit e37d263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ openfermion==1.1.0
openfermionpyscf==0.5
packaging==21.0
pandas==1.3.3
git+https://github.com/PennyLaneAI/pennylane.git@v0.29.0-rc0
git+https://github.com/PennyLaneAI/pennylane.git@master
PennyLane-Lightning==0.22.1
Pillow==9.1.1
pluggy==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Avoid pinning, and use minimum version numbers
# only where required.

requirements = ["pennylane @ git+https://github.com/PennyLaneAI/pennylane.git@v0.29.0-rc0", "cirq-core>=0.10", "cirq-pasqal>=0.10"]
requirements = ["pennylane @ git+https://github.com/PennyLaneAI/pennylane.git", "cirq-core>=0.10", "cirq-pasqal>=0.10"]

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

0 comments on commit e37d263

Please sign in to comment.