Skip to content

Commit d2a3aca

Browse files
kishwarshafincopybara-github
authored andcommitted
pin tf-slim to v1.1.0
PiperOrigin-RevId: 452459940
1 parent 5b37230 commit d2a3aca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run-prereq.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pip3 install "${PIP_ARGS[@]}" 'mock>=2.0.0'
121121
# Ideally we want to make these protobuf versions all match, eventually.
122122
pip3 install "${PIP_ARGS[@]}" 'protobuf==3.13.0'
123123
pip3 install "${PIP_ARGS[@]}" 'argparse==1.4.0'
124-
pip3 install "${PIP_ARGS[@]}" git+https://github.com/google-research/tf-slim.git
124+
pip3 install "${PIP_ARGS[@]}" git+https://github.com/google-research/tf-slim.git@v1.1.0
125125

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

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

150-
151150
################################################################################
152151
# TensorFlow
153152
################################################################################

0 commit comments

Comments
 (0)