Skip to content

Commit

Permalink
Merge pull request #26 from venkat2469/r0.41.0
Browse files Browse the repository at this point in the history
Update TF_pip_package
  • Loading branch information
venkat2469 authored Sep 21, 2022
2 parents fcaa6de + 1069045 commit 2ea1197
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 2ea1197

Please sign in to comment.