Skip to content

Commit

Permalink
Loosen cirq requirements in anticipation of release. (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton authored Jan 26, 2022
1 parent ee6e703 commit be3e610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def finalize_options(self):


REQUIRED_PACKAGES = [
'cirq-core==0.13.1', 'cirq-google==0.13.1', 'sympy == 1.8',
'cirq-core>=0.13.1', 'cirq-google>=0.13.1', 'sympy == 1.8',
'googleapis-common-protos==1.52.0', 'google-api-core==1.21.0',
'google-auth==1.18.0', 'protobuf==3.17.3'
]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cirq-core==0.13.1
cirq-google==0.13.1
cirq-core>=0.13.1
cirq-google>=0.13.1
sympy==1.8
numpy==1.19.5 # TensorFlow can detect if it was built against other versions.
nbconvert==5.6.1
Expand Down

0 comments on commit be3e610

Please sign in to comment.