Skip to content
Snippets Groups Projects
Commit abb509ce authored by Zachary Garrett's avatar Zachary Garrett Committed by tensorflow-copybara
Browse files

Bump versions of absl-py, tf-mot, and grpcio to newer versions required by

TF-nightly  (2.5.0)

PiperOrigin-RevId: 340451437
parent b13658f8
No related branches found
No related tags found
No related merge requests found
...@@ -58,17 +58,17 @@ RUN bazel version ...@@ -58,17 +58,17 @@ RUN bazel version
# Install the TensorFlow Federated development environment dependencies # Install the TensorFlow Federated development environment dependencies
RUN ${PIP} install --no-cache-dir --upgrade \ RUN ${PIP} install --no-cache-dir --upgrade \
absl-py~=0.9.0 \ absl-py~=0.11.0 \
attrs~=19.3.0 \ attrs~=19.3.0 \
cachetools~=3.1.1 \ cachetools~=3.1.1 \
dm-tree~=0.1.1 \ dm-tree~=0.1.1 \
grpcio~=1.29.0 \ grpcio~=1.32.0 \
h5py~=2.10.0 \ h5py~=2.10.0 \
numpy~=1.18.4 \ numpy~=1.18.4 \
portpicker~=1.3.1 \ portpicker~=1.3.1 \
retrying~=1.3.3 \ retrying~=1.3.3 \
semantic-version~=2.8.5 \ semantic-version~=2.8.5 \
tensorflow-model-optimization~=0.4.0 \ tensorflow-model-optimization~=0.5.0 \
tensorflow-privacy~=0.5.0 \ tensorflow-privacy~=0.5.0 \
tf-nightly \ tf-nightly \
tfa-nightly tfa-nightly
......
# Requirements for TensorFlow Federated development. If you add a requirement # Requirements for TensorFlow Federated development. If you add a requirement
# here, also add it to the Dockerfile and (if it is needed by the PIP package) # here, also add it to the Dockerfile and (if it is needed by the PIP package)
# to tools/development/setup.py. # to tools/development/setup.py.
absl-py~=0.9.0 absl-py~=0.11.0
attrs~=19.3.0 attrs~=19.3.0
cachetools~=3.1.1 cachetools~=3.1.1
dm-tree~=0.1.1 dm-tree~=0.1.1
grpcio~=1.29.0 grpcio~=1.32.0
h5py~=2.10.0 h5py~=2.10.0
numpy~=1.18.4 numpy~=1.18.4
portpicker~=1.3.1 portpicker~=1.3.1
retrying~=1.3.3 retrying~=1.3.3
semantic-version~=2.8.5 semantic-version~=2.8.5
tensorflow-model-optimization~=0.4.0 tensorflow-model-optimization~=0.5.0
tensorflow-privacy~=0.5.0 tensorflow-privacy~=0.5.0
tf-nightly tf-nightly
tfa-nightly tfa-nightly
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment