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 c7843d2 commit af02ecbCopy full SHA for af02ecb
RELEASE.md
@@ -17,6 +17,8 @@
17
dataframe.
18
* Depends on `joblib>=0.12,<1`.
19
* Requires pre-installed `tensorflow>=1.13,<2`.
20
+* Depends on `apache-beam[gcp]>=2.11,<3`.
21
+* Depends on `absl>=0.1.6,<2`.
22
23
## Breaking Changes
24
setup.py
@@ -68,8 +68,8 @@ def has_ext_modules(self):
68
# Make sure to sync the versions of common dependencies (absl-py, numpy,
69
# six, and protobuf) with TF.
70
install_requires=[
71
- 'absl-py>=0.1.6',
72
- 'apache-beam[gcp]>=2.10,<3',
+ 'absl-py>=0.1.6,<2',
+ 'apache-beam[gcp]>=2.11,<3',
73
'numpy>=1.14.5,<2',
74
'protobuf>=3.6.1,<4',
75
'six>=1.10,<2',
0 commit comments