Skip to content

Commit c46a2ef

Browse files
authored
Merge pull request #584 from tensorflow/grpcio_dep
Removed fixed grpcio version.
2 parents ec232e6 + 59fa96b commit c46a2ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ def finalize_options(self):
5252

5353
REQUIRED_PACKAGES = [
5454
'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'
55+
'google-api-core==1.21.0', 'google-auth==1.18.0', 'protobuf==3.13.0'
5756
]
5857

5958
# placed as extra to not have required overwrite existing nightly installs if

0 commit comments

Comments
 (0)