Skip to content

Commit be3e610

Browse files
Loosen cirq requirements in anticipation of release. (#659)
1 parent ee6e703 commit be3e610

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

release/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def finalize_options(self):
5151

5252

5353
REQUIRED_PACKAGES = [
54-
'cirq-core==0.13.1', 'cirq-google==0.13.1', 'sympy == 1.8',
54+
'cirq-core>=0.13.1', 'cirq-google>=0.13.1', 'sympy == 1.8',
5555
'googleapis-common-protos==1.52.0', 'google-api-core==1.21.0',
5656
'google-auth==1.18.0', 'protobuf==3.17.3'
5757
]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cirq-core==0.13.1
2-
cirq-google==0.13.1
1+
cirq-core>=0.13.1
2+
cirq-google>=0.13.1
33
sympy==1.8
44
numpy==1.19.5 # TensorFlow can detect if it was built against other versions.
55
nbconvert==5.6.1

0 commit comments

Comments
 (0)