Skip to content

Commit

Permalink
Set numpy version to 1.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
geetachavan1 authored and chenyu-jiang committed Dec 7, 2020
1 parent ac6e48e commit 08f54a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/release/common_win.bat
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 08f54a5

Please sign in to comment.