From 1d507c9e4f21a3f03d67c025c02e827f9c74e3e0 Mon Sep 17 00:00:00 2001 From: Maggie Zhang Date: Tue, 14 May 2024 23:52:04 +0000 Subject: [PATCH] Update tensorflow-macos to 2.16.1 --- oss_scripts/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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