Skip to content

Commit

Permalink
Update the latest version of grpcio.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 277765840
  • Loading branch information
michaelreneer authored and tensorflow-copybara committed Oct 31, 2019
1 parent 97b6c7a commit 531ee2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN ${PIP} install --no-cache-dir \
attrs~=18.2 \
cachetools~=3.1.1 \
enum34~=1.1 \
grpcio~=1.22.0 \
grpcio~=1.24.3 \
h5py~=2.6 \
numpy~=1.14 \
pandas~=0.24.0 \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ absl-py~=0.7
attrs~=18.2
cachetools~=3.1.1
enum34~=1.1
grpcio~=1.22.0
grpcio~=1.24.3
h5py~=2.6
numpy~=1.14
pandas~=0.24.0
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_federated/tools/development/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
'attrs~=18.2',
'cachetools~=3.1.1',
'enum34~=1.1',
'grpcio~=1.22.0',
'grpcio~=1.24.3',
'h5py~=2.6',
'numpy~=1.14',
'portpicker~=1.3.1',
Expand Down

0 comments on commit 531ee2d

Please sign in to comment.