File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1616set -x
1717
1818ARM_SKIP_TESTS=" -//tensorflow/lite/... \
19+ -//tensorflow/core/platform:ram_file_system_test \
20+ -//tensorflow/python/compiler/xla:xla_test \
21+ -//tensorflow/python/data/experimental/kernel_tests:checkpoint_input_pipeline_hook_test \
22+ -//tensorflow/python/distribute:parameter_server_strategy_test \
1923-//tensorflow/python/kernel_tests/nn_ops:atrous_conv2d_test \
2024-//tensorflow/python/kernel_tests/nn_ops:conv_ops_test \
2125"
Original file line number Diff line number Diff 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.32.0 ;platform_machine!="arm64" or ' +
102+ 'tensorflow-io-gcs-filesystem > = 0.23.1 ;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.
You can’t perform that action at this time.
0 commit comments