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'
121
121
# Ideally we want to make these protobuf versions all match, eventually.
122
122
pip3 install " ${PIP_ARGS[@]} " ' protobuf==3.13.0'
123
123
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
125
125
126
126
pip3 install " ${PIP_ARGS[@]} " " numpy==${DV_TF_NUMPY_VERSION} "
127
127
@@ -147,7 +147,6 @@ pip3 install "${PIP_ARGS[@]}" 'altair==4.1.0'
147
147
pip3 install " ${PIP_ARGS[@]} " ' Pillow>=5.4.1'
148
148
pip3 install " ${PIP_ARGS[@]} " ' ipython>=7.9.0'
149
149
150
-
151
150
# ###############################################################################
152
151
# TensorFlow
153
152
# ###############################################################################
You can’t perform that action at this time.
0 commit comments