Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c352489 + a4dfd38 commit d0db73aCopy full SHA for d0db73a
1 file changed
tensorflow/tools/ci_build/builds/pip.sh
@@ -132,7 +132,7 @@ echo "Installing pip whl file: ${WHL_PATH}"
132
133
# Call pip install twice, first time with --upgrade and second time without it
134
# This addresses the sporadic test failures related to protobuf version
135
-${PYTHON_BIN_PATH} -m pip install -v --user --upgrade ${WHL_PATH} &&
+${PYTHON_BIN_PATH} -m pip install -v --user --upgrade ${WHL_PATH} numpy==1.8.2 &&
136
${PYTHON_BIN_PATH} -m pip install -v --user ${WHL_PATH} &&
137
138
# If NO_TEST_ON_INSTALL is set to any non-empty value, skip all Python
0 commit comments