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 b6a2b24 commit 4ba8c8aCopy full SHA for 4ba8c8a
RELEASE.md
@@ -3,8 +3,10 @@
3
# Current Version (Still in Development)
4
5
## Major Features and Improvements
6
+
7
* Adds `tft.DatasetMetadata` and its factory method `from_feature_spec` as
8
public APIs to be used when using the "instance dict" data format.
9
+* Depends on `apache-beam[gcp]>=2.38,<3`.
10
11
## Bug Fixes and Other Changes
12
setup.py
@@ -43,7 +43,7 @@ def _make_required_install_packages():
43
# protobuf) with TF and pyarrow version with tfx-bsl.
44
return [
45
'absl-py>=0.9,<2.0.0',
46
- 'apache-beam[gcp]>=2.36,<3',
+ 'apache-beam[gcp]>=2.38,<3',
47
'numpy>=1.16,<2',
48
'protobuf>=3.13,<4',
49
'pyarrow>=1,<6',
0 commit comments