Skip to content

Commit

Permalink
Merge pull request tensorflow#42562 from tensorflow/update_v_1.15
Browse files Browse the repository at this point in the history
Set numpy version to 1.18.5
  • Loading branch information
mihaimaruseac committed Aug 21, 2020
2 parents a82d466 + 4a34e41 commit 41cc508
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==1.14.0.dev2019072801 --no-deps
%PIP_EXE% install tb-nightly==2.1.0a20190927 --no-deps
%PIP_EXE% install numpy<1.19.0 --upgrade --no-deps
%PIP_EXE% install numpy==1.18.5 --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 41cc508

Please sign in to comment.