We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcaa6de + 1069045 commit 2ea1197Copy full SHA for 2ea1197
build_common.sh
@@ -27,7 +27,7 @@ function install_tensorflow() {
27
elif [[ "$1" == PRERELEASED_TF ]]; then
28
TF_PIP_PACKAGE="tensorflow<2"
29
elif [[ "$1" == RELEASED_TF_2 ]]; then
30
- TF_PIP_PACKAGE="tensorflow>=2"
+ TF_PIP_PACKAGE="tensorflow>=2,<2.10"
31
elif [[ "$1" == PRERELEASED_TF_2 ]]; then
32
TF_PIP_PACKAGE="tensorflow>=2"
33
else
0 commit comments