Skip to content

Commit 1069045

Browse files
committed
Update TF_pip_package
1 parent fcaa6de commit 1069045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function install_tensorflow() {
2727
elif [[ "$1" == PRERELEASED_TF ]]; then
2828
TF_PIP_PACKAGE="tensorflow<2"
2929
elif [[ "$1" == RELEASED_TF_2 ]]; then
30-
TF_PIP_PACKAGE="tensorflow>=2"
30+
TF_PIP_PACKAGE="tensorflow>=2,<2.10"
3131
elif [[ "$1" == PRERELEASED_TF_2 ]]; then
3232
TF_PIP_PACKAGE="tensorflow>=2"
3333
else

0 commit comments

Comments
 (0)