tensorflow/remove-deps-on-libclang-gcsfs.patch

21 lines
833 B
Diff
Raw Normal View History

--- a/tensorflow/tools/pip_package/setup.py 2022-11-14 23:25:07.647922300 +0800
+++ b/tensorflow/tools/pip_package/setup.py 2022-11-14 23:25:36.901952800 +0800
@@ -82,7 +82,7 @@ REQUIRED_PACKAGES = [
'google_pasta >= 0.1.1',
'h5py >= 2.9.0',
'keras_preprocessing >= 1.1.1', # 1.1.0 needs tensorflow==1.7
- 'libclang >= 13.0.0',
+ #'libclang >= 13.0.0',
'numpy >= 1.20',
'opt_einsum >= 2.3.2',
'packaging',
@@ -99,7 +99,7 @@ REQUIRED_PACKAGES = [
'termcolor >= 1.1.0',
'typing_extensions >= 3.6.6',
'wrapt >= 1.11.0',
- 'tensorflow-io-gcs-filesystem >= 0.23.1',
+ #'tensorflow-io-gcs-filesystem >= 0.23.1',
# grpcio does not build correctly on big-endian machines due to lack of
# BoringSSL support.
# See https://github.com/tensorflow/tensorflow/issues/17882.