Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 244977283
  • Loading branch information
Amit Patankar authored and tensorflower-gardener committed Apr 24, 2019
1 parent 01d6028 commit d4180b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tensorflow/tools/ci_build/install/install_pip_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ pip3 install --upgrade h5py==2.8.0
# Estimator
pip2 install tf-estimator-nightly==1.12.0.dev20181203 --no-deps
pip3 install tf-estimator-nightly==1.12.0.dev20181203 --no-deps

# Argparse
pip2 install --upgrade argparse
pip3 install --upgrade argparse

0 comments on commit d4180b3

Please sign in to comment.