We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b7fa3 commit da3f4f8Copy full SHA for da3f4f8
tensorflow/tools/ci_build/builds/pip.sh
@@ -322,10 +322,6 @@ create_activate_virtualenv_and_install_tensorflow() {
322
pip install -v ${PIP_FLAGS} ${WHL_PATH} || \
323
die "pip install (forcing to reinstall tensorflow) FAILED"
324
echo "Successfully installed pip package ${TF_WHEEL_PATH}"
325
-
326
- # Force downgrade setuptools.
327
- pip install --upgrade setuptools==39.1.0
328
329
}
330
331
################################################################################
0 commit comments