Skip to content

Commit 2ea1197

Browse files
authored
Merge pull request #26 from venkat2469/r0.41.0
Update TF_pip_package
2 parents fcaa6de + 1069045 commit 2ea1197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_common.sh

+1-1
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)