aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-10-04 10:27:57 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-04 10:42:10 -0700
commit8ac087482f7224273fb6697a66191b2661e86477 (patch)
tree580a3ad9841a052eb7ffa557f51abdab96871376 /tensorflow/tools
parentb5b75662b0a82493f474434b3861006a304eebe2 (diff)
Add tensorflow_estimator pip package to install_pip_packages.sh
We will need this for remote-build presubmits to pass. PiperOrigin-RevId: 215760872
Diffstat (limited to 'tensorflow/tools')
-rwxr-xr-xtensorflow/tools/ci_build/install/install_pip_packages.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/tools/ci_build/install/install_pip_packages.sh b/tensorflow/tools/ci_build/install/install_pip_packages.sh
index 7f293e8604..329d05342a 100755
--- a/tensorflow/tools/ci_build/install/install_pip_packages.sh
+++ b/tensorflow/tools/ci_build/install/install_pip_packages.sh
@@ -124,6 +124,10 @@ pip3 install keras_preprocessing==1.0.5 --no-deps
pip2 install --upgrade h5py==2.8.0
pip3 install --upgrade h5py==2.8.0
+# Estimator
+pip2 install tensorflow_estimator --no-deps
+pip3 install tensorflow_estimator --no-deps
+
# Install last working version of setuptools.
pip2 install --upgrade setuptools==39.1.0
pip3 install --upgrade setuptools==39.1.0