Skip to content

Commit 341eb81

Browse files
Merge pull request #1461 from ageron:patch-1
PiperOrigin-RevId: 345371979
2 parents 5c2d28a + b9ed0f8 commit 341eb81

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_serving/tools/pip_package

1 file changed

+1
-1
lines changed

tensorflow_serving/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454

5555
REQUIRED_PACKAGES = [
56-
'grpcio>=1.0<2',
56+
'grpcio>=1.0,<2',
5757
'protobuf>=3.6.0',
5858
] + _TF_REQ
5959

0 commit comments

Comments
 (0)