Skip to content

Commit e99e29b

Browse files
Merge pull request #61829 from elfringham/fix_tf_io
Need to be more precise about version of TensorFlow IO
2 parents e637fd7 + fa13788 commit e99e29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def standard_or_nightly(standard, nightly):
9999
'termcolor >= 1.1.0',
100100
'typing_extensions>=3.6.6,<4.6.0',
101101
'wrapt >= 1.11.0',
102-
'tensorflow-io-gcs-filesystem >= 0.23.1;platform_machine!="arm64" or ' +
102+
'tensorflow-io-gcs-filesystem ~= 0.32.0;platform_machine!="arm64" or ' +
103103
'platform_system!="Darwin"',
104104
# grpcio does not build correctly on big-endian machines due to lack of
105105
# BoringSSL support.

0 commit comments

Comments
 (0)