Skip to content

Commit

Permalink
ping cirq-core (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
antalszava authored Mar 9, 2022
1 parent 7515d59 commit 75e4923
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
@@ -1,4 +1,4 @@
pennylane>=0.17
cirq>=0.10
cirq-core>=0.10
cirq-pasqal>=0.10
numpy~=1.16
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>=0.17", "cirq>=0.10", "cirq-pasqal>=0.10"]
requirements = ["pennylane>=0.17", "cirq-core>=0.10", "cirq-pasqal>=0.10"]

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

0 comments on commit 75e4923

Please sign in to comment.