Skip to content

Commit d6506c1

Browse files
drymancopybara-github
authored andcommitted
Update TF requirement from 2.20.0rc0 to 2.20.0
PiperOrigin-RevId: 795106108
1 parent 6db8c5f commit d6506c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

oss/build_whl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function main() {
9292
$PYTHON_BIN -c 'from array_record.python import array_record_data_source'
9393
# TF is not available on Python 3.13 and above.
9494
if [ "$(uname)" != "Darwin" ] && (( "${PYTHON_MINOR_VERSION}" < 13 )); then
95-
$PYTHON_BIN -m pip install jax tensorflow>=2.20.0rc0 grain
95+
$PYTHON_BIN -m pip install jax tensorflow>=2.20.0 grain
9696
$PYTHON_BIN oss/test_import_grain.py
9797
$PYTHON_BIN oss/test_import_tensorflow.py
9898
fi

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'etils[epath]',
1010
]
1111

12-
TF_PACKAGE = ['tensorflow>=2.20.0rc0']
12+
TF_PACKAGE = ['tensorflow>=2.20.0']
1313

1414
BEAM_EXTRAS = [
1515
'apache-beam[gcp]>=2.53.0',

0 commit comments

Comments
 (0)