Skip to content

Commit

Permalink
Merge pull request #1273 from jiya-zhang/master
Browse files Browse the repository at this point in the history
Update tensorflow-macos to 2.16.1
  • Loading branch information
rtg0795 authored May 30, 2024
2 parents f0f675c + 1d507c9 commit 70bc3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oss_scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70bc3a9

Please sign in to comment.