Skip to content
Snippets Groups Projects
Commit d722e380 authored by Michael Reneer's avatar Michael Reneer Committed by tensorflow-copybara
Browse files

Add missing `Dockerfile` and `setup.py` dependencies.

PiperOrigin-RevId: 270169723
parent 9fdd50c7
No related branches found
No related tags found
No related merge requests found
......@@ -73,5 +73,6 @@ RUN ${PIP} --no-cache-dir install \
tensorflow-model-optimization~=0.1.3 \
tensorflow-privacy~=0.0.1 \
tf-estimator-nightly==1.14.0.dev2019091601 \
tf-nightly
tf-nightly \
typing~=3.7.0
RUN pip freeze
......@@ -69,8 +69,10 @@ with open('tensorflow_federated/version.py') as fp:
VERSION = globals_dict['__version__']
REQUIRED_PACKAGES = [
'absl-py~=0.7',
'attrs~=18.2',
'cachetools~=3.1.1',
'enum34~=1.1',
'grpcio~=1.22.0',
'h5py~=2.6',
'numpy~=1.14',
......
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