Skip to content

Commit 40e140f

Browse files
brillstfx-copybara
authored andcommitted
Pin avro-python3 versions to <1.9.2 on MacOS PY3 builds.
PiperOrigin-RevId: 318889376
1 parent 1a848da commit 40e140f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
## Bug Fixes and Other Changes
88
* Fixed a bug that affected tfx 0.22.0 to work with TFDV 0.22.1.
9+
* Depends on 'avro-python3>=1.8.1,<1.9.2' on Python 3.5 + MacOS
910

1011
## Known Issues
1112

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def _make_all_extra_requirements():
100100
'apache-beam[gcp]>=2.22,<3',
101101
# avro-python3 1.9.2.1 still does not work for MacOS + Py3.5.
102102
# TODO(b/149841057): remove once avro has a healthy release.
103-
'avro-python3>=1.8.1,!=1.9.2.*,<2.0.0; python_version=="3.5" and platform_system=="Darwin"',
103+
'avro-python3>=1.8.1,<1.9.2; python_version=="3.5" and platform_system=="Darwin"',
104104
# TODO(b/139941423): Consider using multi-processing provided by
105105
# Beam's DirectRunner.
106106
'joblib>=0.12,<0.15', # Dependency for multi-processing.

0 commit comments

Comments
 (0)