Skip to content

Commit

Permalink
pin tf-slim to v1.1.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 452459940
  • Loading branch information
kishwarshafin authored and copybara-github committed Jun 2, 2022
1 parent 5b37230 commit d2a3aca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run-prereq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pip3 install "${PIP_ARGS[@]}" 'mock>=2.0.0'
# Ideally we want to make these protobuf versions all match, eventually.
pip3 install "${PIP_ARGS[@]}" 'protobuf==3.13.0'
pip3 install "${PIP_ARGS[@]}" 'argparse==1.4.0'
pip3 install "${PIP_ARGS[@]}" git+https://github.com/google-research/tf-slim.git
pip3 install "${PIP_ARGS[@]}" git+https://github.com/google-research/tf-slim.git@v1.1.0

pip3 install "${PIP_ARGS[@]}" "numpy==${DV_TF_NUMPY_VERSION}"

Expand All @@ -147,7 +147,6 @@ pip3 install "${PIP_ARGS[@]}" 'altair==4.1.0'
pip3 install "${PIP_ARGS[@]}" 'Pillow>=5.4.1'
pip3 install "${PIP_ARGS[@]}" 'ipython>=7.9.0'


################################################################################
# TensorFlow
################################################################################
Expand Down

0 comments on commit d2a3aca

Please sign in to comment.