tensorflow/modify-deps-on-libclang-gcsfs-gast.patch

26 lines
1012 B
Diff
Raw Normal View History

--- a/tensorflow/tools/pip_package/setup.py 2022-11-30 08:53:15.528680400 +0800
+++ b/tensorflow/tools/pip_package/setup.py 2022-11-30 08:53:37.069067700 +0800
@@ -78,11 +78,11 @@ REQUIRED_PACKAGES = [
'astunparse >= 1.6.0',
'flatbuffers >= 2.0',
# TODO(b/213222745) gast versions above 0.4.0 break TF's tests
- 'gast >= 0.2.1, <= 0.4.0',
+ 'gast >= 0.2.1',
'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.