We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee1367 commit d013059Copy full SHA for d013059
1 file changed
sdks/python/setup.py
@@ -542,7 +542,7 @@ def get_portability_package_data():
542
# hard requirement in setup.py.
543
'dill',
544
# match tft requirement.
545
- 'tensorflow_transform>=1.14.0,<1.15.0'
+ 'tensorflow_transform>=1.14.0,<1.15.0',
546
# To help with dependency resolution. Revise once
547
# https://github.com/apache/beam/issues/37854 is fixed
548
'protobuf<4; python_version<"3.11"',
0 commit comments