File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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.
122122pip3 install " ${PIP_ARGS[@]} " ' protobuf==3.13.0'
123123pip3 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
126126pip3 install " ${PIP_ARGS[@]} " " numpy==${DV_TF_NUMPY_VERSION} "
127127
@@ -147,7 +147,6 @@ pip3 install "${PIP_ARGS[@]}" 'altair==4.1.0'
147147pip3 install " ${PIP_ARGS[@]} " ' Pillow>=5.4.1'
148148pip3 install " ${PIP_ARGS[@]} " ' ipython>=7.9.0'
149149
150-
151150# ###############################################################################
152151# TensorFlow
153152# ###############################################################################
You can’t perform that action at this time.
0 commit comments