Skip to content

Commit af02ecb

Browse files
author
tf-data-validation-team
committed
Update requirements: absl to be <2, and beam to be >=2.11
PiperOrigin-RevId: 236327529
1 parent c7843d2 commit af02ecb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
dataframe.
1818
* Depends on `joblib>=0.12,<1`.
1919
* Requires pre-installed `tensorflow>=1.13,<2`.
20+
* Depends on `apache-beam[gcp]>=2.11,<3`.
21+
* Depends on `absl>=0.1.6,<2`.
2022

2123
## Breaking Changes
2224

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def has_ext_modules(self):
6868
# Make sure to sync the versions of common dependencies (absl-py, numpy,
6969
# six, and protobuf) with TF.
7070
install_requires=[
71-
'absl-py>=0.1.6',
72-
'apache-beam[gcp]>=2.10,<3',
71+
'absl-py>=0.1.6,<2',
72+
'apache-beam[gcp]>=2.11,<3',
7373
'numpy>=1.14.5,<2',
7474
'protobuf>=3.6.1,<4',
7575
'six>=1.10,<2',

0 commit comments

Comments
 (0)