Skip to content

Commit

Permalink
Merge pull request #43318 from tensorflow/mm-pin-numpy-on-windows
Browse files Browse the repository at this point in the history
Pin numpy on windows too
  • Loading branch information
mihaimaruseac committed Sep 17, 2020
2 parents 7b04bc8 + 17d62bd commit 264ff99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/release/common_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SET PATH=%PATH%;C:\%PYTHON_DIRECTORY%
%PIP_EXE% install future>=0.17.1 --no-deps
%PIP_EXE% install tf-estimator-nightly==2.3.0.dev2020041501 --no-deps
%PIP_EXE% install tb-nightly --no-deps
%PIP_EXE% install numpy --upgrade --no-deps
%PIP_EXE% install numpy==1.16.0 --upgrade --no-deps
%PIP_EXE% install opt_einsum --upgrade
%PIP_EXE% install pandas --upgrade --no-deps
%PIP_EXE% install protobuf --upgrade --no-deps
Expand Down

0 comments on commit 264ff99

Please sign in to comment.