We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb3ca8 commit fd14df0Copy full SHA for fd14df0
setup.py
@@ -82,6 +82,9 @@ def has_ext_modules(self):
82
# Make sure to sync the versions of common dependencies (absl-py, numpy,
83
# six, and protobuf) with TF.
84
install_requires=[
85
+ # TODO(b/149841057): This is a workaround for broken avro-python3
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',
90
'numpy>=1.16,<2',
0 commit comments