We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e637fd7 commit fa13788Copy full SHA for fa13788
tensorflow/tools/pip_package/setup.py
@@ -99,7 +99,7 @@ def standard_or_nightly(standard, nightly):
99
'termcolor >= 1.1.0',
100
'typing_extensions>=3.6.6,<4.6.0',
101
'wrapt >= 1.11.0',
102
- 'tensorflow-io-gcs-filesystem >= 0.23.1;platform_machine!="arm64" or ' +
+ 'tensorflow-io-gcs-filesystem ~= 0.32.0;platform_machine!="arm64" or ' +
103
'platform_system!="Darwin"',
104
# grpcio does not build correctly on big-endian machines due to lack of
105
# BoringSSL support.
0 commit comments