diff --git a/oss_scripts/configure.sh b/oss_scripts/configure.sh index 83dcd649a..e9eacf43c 100755 --- a/oss_scripts/configure.sh +++ b/oss_scripts/configure.sh @@ -46,7 +46,7 @@ else if is_macos; then # Only Apple Silicon will be installed with tensorflow-macos. if [[ x"$(arch)" == x"arm64" ]]; then - pip install tensorflow-macos==2.13.0 + pip install tensorflow-macos==2.16.1 else pip install tensorflow==2.13.0 fi