We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db8c5f commit d6506c1Copy full SHA for d6506c1
2 files changed
oss/build_whl.sh
@@ -92,7 +92,7 @@ function main() {
92
$PYTHON_BIN -c 'from array_record.python import array_record_data_source'
93
# TF is not available on Python 3.13 and above.
94
if [ "$(uname)" != "Darwin" ] && (( "${PYTHON_MINOR_VERSION}" < 13 )); then
95
- $PYTHON_BIN -m pip install jax tensorflow>=2.20.0rc0 grain
+ $PYTHON_BIN -m pip install jax tensorflow>=2.20.0 grain
96
$PYTHON_BIN oss/test_import_grain.py
97
$PYTHON_BIN oss/test_import_tensorflow.py
98
fi
setup.py
@@ -9,7 +9,7 @@
9
'etils[epath]',
10
]
11
12
-TF_PACKAGE = ['tensorflow>=2.20.0rc0']
+TF_PACKAGE = ['tensorflow>=2.20.0']
13
14
BEAM_EXTRAS = [
15
'apache-beam[gcp]>=2.53.0',
0 commit comments