File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616* Enable passing ` tf.saved_model.SaveOptions ` to model saving functionality.
1717* Census and sentiment examples updated to only use Keras instead of
1818 estimator.
19+ * Depends on ` apache-beam>=2.53,<3 ` .
20+ * Depends on ` protobuf>=4.25.2,<5 ` .
1921
2022## Breaking Changes
2123
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ def _make_required_install_packages():
4343 # protobuf) with TF and pyarrow version with tfx-bsl.
4444 return [
4545 'absl-py>=0.9,<2.0.0' ,
46- 'apache-beam[gcp]>=2.47 ,<3' ,
46+ 'apache-beam[gcp]>=2.53 ,<3' ,
4747 'numpy>=1.22.0' ,
48- 'protobuf>=3.20.3 ,<5' ,
48+ 'protobuf>=4.25.2 ,<5' ,
4949 'pyarrow>=10,<11' ,
5050 'pydot>=1.2,<2' ,
5151 # TODO(b/303870331) Update to '>=2.17,<3' once the rest of the ecosystem
You can’t perform that action at this time.
0 commit comments