Merge pull request #46019 from bhack:grpcio_1.34.0
PiperOrigin-RevId: 349669443 Change-Id: Icdcf14d355d17ede21a610e8dc8793f0410d7844
This commit is contained in:
commit
0f814d9262
tensorflow/tools
@ -143,7 +143,7 @@ function install_ubuntu_16_pip_deps {
|
||||
"${PIP_CMD}" install --user --upgrade --force-reinstall 'tb-nightly ~= 2.4.0.a'
|
||||
"${PIP_CMD}" install --user --upgrade --force-reinstall 'tensorflow_estimator ~= 2.3.0'
|
||||
# Test dependencies
|
||||
"${PIP_CMD}" install --user 'grpcio ~= 1.32.0'
|
||||
"${PIP_CMD}" install --user 'grpcio ~= 1.34.0'
|
||||
"${PIP_CMD}" install --user 'portpicker ~= 1.3.1'
|
||||
"${PIP_CMD}" install --user 'scipy ~= 1.5.2'
|
||||
# LINT.ThenChange(:mac_pip_installations)
|
||||
@ -205,7 +205,7 @@ function install_macos_pip_deps {
|
||||
${PIP_CMD} install $USER_FLAG --upgrade --force-reinstall 'tb-nightly ~= 2.4.0.a'
|
||||
${PIP_CMD} install $USER_FLAG --upgrade --force-reinstall 'tensorflow_estimator ~= 2.3.0'
|
||||
# Test dependencies
|
||||
${PIP_CMD} install $USER_FLAG 'grpcio ~= 1.32.0'
|
||||
${PIP_CMD} install $USER_FLAG 'grpcio ~= 1.34.0'
|
||||
${PIP_CMD} install $USER_FLAG 'portpicker ~= 1.3.1'
|
||||
${PIP_CMD} install $USER_FLAG 'scipy ~= 1.5.2'
|
||||
|
||||
|
@ -49,7 +49,7 @@ SET PATH=%PATH%;C:\%PYTHON_DIRECTORY%
|
||||
%PY_EXE% -m pip install --upgrade --force-reinstall "tb-nightly ~= 2.4.0.a"
|
||||
%PY_EXE% -m pip install --upgrade --force-reinstall "tensorflow_estimator ~= 2.3.0"
|
||||
@REM Test dependencies
|
||||
%PY_EXE% -m pip install "grpcio ~= 1.32.0"
|
||||
%PY_EXE% -m pip install "grpcio ~= 1.34.0"
|
||||
%PY_EXE% -m pip install "portpicker ~= 1.3.1"
|
||||
%PY_EXE% -m pip install "scipy ~= 1.5.2"
|
||||
|
||||
|
@ -118,7 +118,7 @@ if 'tf_nightly' in project_name:
|
||||
# BoringSSL support.
|
||||
# See https://github.com/tensorflow/tensorflow/issues/17882.
|
||||
if sys.byteorder == 'little':
|
||||
REQUIRED_PACKAGES.append('grpcio ~= 1.32.0')
|
||||
REQUIRED_PACKAGES.append('grpcio ~= 1.34.0')
|
||||
|
||||
|
||||
# Packages which are only needed for testing code.
|
||||
|
Loading…
Reference in New Issue
Block a user