Skip to content

Commit

Permalink
Update TF_pip_package
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat2469 committed Sep 21, 2022
1 parent fcaa6de commit 1069045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function install_tensorflow() {
elif [[ "$1" == PRERELEASED_TF ]]; then
TF_PIP_PACKAGE="tensorflow<2"
elif [[ "$1" == RELEASED_TF_2 ]]; then
TF_PIP_PACKAGE="tensorflow>=2"
TF_PIP_PACKAGE="tensorflow>=2,<2.10"
elif [[ "$1" == PRERELEASED_TF_2 ]]; then
TF_PIP_PACKAGE="tensorflow>=2"
else
Expand Down

0 comments on commit 1069045

Please sign in to comment.