File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 14
14
* Depends on ` absl-py>=0.9,<0.11 ` .
15
15
* Depends on ` apache-beam[gcp]>=2.24,<3 ` .
16
16
* Depends on ` ml-metadata>=0.24,<0.25 ` .
17
+ * Depends on ` protobuf>=3.12.2,<4 ` .
17
18
* Depends on ` tensorflow-data-validation>=0.24,<0.25 ` .
18
19
* Depends on ` tensorflow-model-analysis>=0.24.2,<0.25 ` .
19
20
* Depends on ` tensorflow-transform>=0.24,<0.25 ` .
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def make_required_install_packages():
76
76
# LINT.ThenChange(opensource_only/build/tfx.workspace.bzl)
77
77
nightly = '>=0.25.0.dev' ,
78
78
git_master = '@git+https://github.com/google/ml-metadata@master' ),
79
- 'protobuf>=3.7 ,<4' ,
79
+ 'protobuf>=3.12.2 ,<4' ,
80
80
'pyarrow>=0.17,<0.18' ,
81
81
'pyyaml>=3.12,<6' ,
82
82
'six>=1.10,<2' ,
You can’t perform that action at this time.
0 commit comments