Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0db73a

Browse files
committed
Merge pull request tensorflow#1116 from jendap/keep-numpy-version-in-pip.sh
keep numpy version in pip.sh
2 parents c352489 + a4dfd38 commit d0db73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tensorflow/tools/ci_build/builds

tensorflow/tools/ci_build/builds/pip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ echo "Installing pip whl file: ${WHL_PATH}"
132132

133133
# Call pip install twice, first time with --upgrade and second time without it
134134
# This addresses the sporadic test failures related to protobuf version
135-
${PYTHON_BIN_PATH} -m pip install -v --user --upgrade ${WHL_PATH} &&
135+
${PYTHON_BIN_PATH} -m pip install -v --user --upgrade ${WHL_PATH} numpy==1.8.2 &&
136136
${PYTHON_BIN_PATH} -m pip install -v --user ${WHL_PATH} &&
137137

138138
# If NO_TEST_ON_INSTALL is set to any non-empty value, skip all Python

0 commit comments

Comments
 (0)