Skip to content

Commit aae8510

Browse files
committed
Changing TF version and Beam version
PiperOrigin-RevId: 297401817
1 parent 076ff26 commit aae8510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ def has_ext_modules(self):
8686
# release. Remove once avro has a healthy release.
8787
'avro-python3>=1.8.1,!=1.9.2.*,!=<2.0.0; python_version>="3.0"',
8888
'absl-py>=0.7,<0.9',
89-
'apache-beam[gcp]>=2.17,<3',
89+
'apache-beam[gcp]>=2.17,<=2.19',
9090
'numpy>=1.16,<2',
9191
'protobuf>=3.7,<4',
9292
'pyarrow>=0.15',
9393
'six>=1.12,<2',
9494
# LINT.IfChange
95-
'tensorflow>=1.15,<3',
95+
'tensorflow>=1.15,<=2.1',
9696
# LINT.ThenChange(//third_party/py/tensorflow_data_validation/opensource_only/WORKSPACE)
9797
# LINT.IfChange
9898
'tensorflow-metadata>=0.21.1,<0.22',

0 commit comments

Comments
 (0)