Skip to content

Commit fa13788

Browse files
committed
Need to be more precise about version of TensorFlow IO
The API has changed so need to use the matching version of TensorFlow IO, not the latest.
1 parent e637fd7 commit fa13788

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)