We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec232e6 + 59fa96b commit c46a2efCopy full SHA for c46a2ef
release/setup.py
@@ -52,8 +52,7 @@ def finalize_options(self):
52
53
REQUIRED_PACKAGES = [
54
'cirq == 0.11.0', 'sympy == 1.5', 'googleapis-common-protos==1.52.0',
55
- 'google-api-core==1.21.0', 'google-auth==1.18.0', 'grpcio==1.30.0',
56
- 'protobuf==3.13.0'
+ 'google-api-core==1.21.0', 'google-auth==1.18.0', 'protobuf==3.13.0'
57
]
58
59
# placed as extra to not have required overwrite existing nightly installs if
0 commit comments