diff --git a/Dockerfile b/Dockerfile index 87a60b5ef32d60d2589ee205fb69e7d4d7af04cd..0cd539711026bf62c0c994748de4035760019ad1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,17 +58,17 @@ RUN bazel version # Install the TensorFlow Federated development environment dependencies RUN ${PIP} install --no-cache-dir --upgrade \ - absl-py~=0.9.0 \ + absl-py~=0.11.0 \ attrs~=19.3.0 \ cachetools~=3.1.1 \ dm-tree~=0.1.1 \ - grpcio~=1.29.0 \ + grpcio~=1.32.0 \ h5py~=2.10.0 \ numpy~=1.18.4 \ portpicker~=1.3.1 \ retrying~=1.3.3 \ semantic-version~=2.8.5 \ - tensorflow-model-optimization~=0.4.0 \ + tensorflow-model-optimization~=0.5.0 \ tensorflow-privacy~=0.5.0 \ tf-nightly \ tfa-nightly diff --git a/requirements.txt b/requirements.txt index 3ee9736dea312ec968241b796cb3be644dfbe636..4d80d52077cb051ce1c64652dff7973109cebf45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,17 @@ # 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) # to tools/development/setup.py. -absl-py~=0.9.0 +absl-py~=0.11.0 attrs~=19.3.0 cachetools~=3.1.1 dm-tree~=0.1.1 -grpcio~=1.29.0 +grpcio~=1.32.0 h5py~=2.10.0 numpy~=1.18.4 portpicker~=1.3.1 retrying~=1.3.3 semantic-version~=2.8.5 -tensorflow-model-optimization~=0.4.0 +tensorflow-model-optimization~=0.5.0 tensorflow-privacy~=0.5.0 tf-nightly tfa-nightly