Skip to content

Commit

Permalink
Added grpcio dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Dec 17, 2020
1 parent ac05dac commit a511751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"opentracing >= 2.2.0, < 2.5.0",
"jaeger-client >= 4.1.0, < 4.4.0",
"grpcio-opentracing >= 1.1.4, < 1.2.0",
"grpcio-reflection==1.34.0",
"grpcio-reflection < 1.34.0",
"PyYAML<5.4",
"gunicorn >= 19.9.0, < 20.1.0",
"setuptools >= 41.0.0",
Expand Down
2 changes: 2 additions & 0 deletions servers/tfserving_proxy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
tensorflow>=1.12.0
tensorflow-serving-api>=1.10.1
grpcio==1.32.0 # Required for https://github.com/SeldonIO/seldon-core/issues/2787
grpcio-reflection==1.32.0 # Required for https://github.com/SeldonIO/seldon-core/issues/2787
requests

0 comments on commit a511751

Please sign in to comment.