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 076ff26 commit aae8510Copy full SHA for aae8510
setup.py
@@ -86,13 +86,13 @@ def has_ext_modules(self):
86
# release. Remove once avro has a healthy release.
87
'avro-python3>=1.8.1,!=1.9.2.*,!=<2.0.0; python_version>="3.0"',
88
'absl-py>=0.7,<0.9',
89
- 'apache-beam[gcp]>=2.17,<3',
+ 'apache-beam[gcp]>=2.17,<=2.19',
90
'numpy>=1.16,<2',
91
'protobuf>=3.7,<4',
92
'pyarrow>=0.15',
93
'six>=1.12,<2',
94
# LINT.IfChange
95
- 'tensorflow>=1.15,<3',
+ 'tensorflow>=1.15,<=2.1',
96
# LINT.ThenChange(//third_party/py/tensorflow_data_validation/opensource_only/WORKSPACE)
97
98
'tensorflow-metadata>=0.21.1,<0.22',
0 commit comments