From 79994cbe5de498b6c02ef36ad74e8f81c715babf Mon Sep 17 00:00:00 2001 From: "TF.Text Team" Date: Tue, 14 Nov 2023 17:54:39 -0800 Subject: [PATCH] Bump tensorflow-macos version PiperOrigin-RevId: 582495658 --- 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..5df7b7131 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.15.0 else pip install tensorflow==2.13.0 fi