Skip to content

Commit

Permalink
Merge pull request #50184 from tensorflow/mihaimaruseac-patch-1
Browse files Browse the repository at this point in the history
Update common_win.bat
  • Loading branch information
mihaimaruseac committed Jun 9, 2021
2 parents b2ef8a6 + cf8d667 commit 46c1821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow/tools/ci_build/release/common_win.bat
Expand Up @@ -46,8 +46,8 @@ SET PATH=%PATH%;C:\%PYTHON_DIRECTORY%
%PY_EXE% -m pip install "gast == 0.3.3"
@REM Finally, install tensorboard and estimator
@REM Note that here we want the latest version that matches (b/156523241)
%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"
%PY_EXE% -m pip install --upgrade "tb-nightly ~= 2.4.0.a"
%PY_EXE% -m pip install --upgrade "tensorflow_estimator ~= 2.3.0"
@REM Test dependencies
%PY_EXE% -m pip install "grpcio ~= 1.32.0"
%PY_EXE% -m pip install "portpicker ~= 1.3.1"
Expand Down

0 comments on commit 46c1821

Please sign in to comment.