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 02252a3 commit 4a37bb9Copy full SHA for 4a37bb9
tfx/dependencies.py
@@ -54,9 +54,9 @@ def make_pipeline_sdk_required_install_packages():
54
'absl-py>=0.9,<2.0.0',
55
'ml-metadata' + select_constraint(
56
# LINT.IfChange
57
- default='>=1.7.0,<1.8.0',
+ default='>=1.8.0,<1.9.0',
58
# LINT.ThenChange(tfx/workspace.bzl)
59
- nightly='>=1.8.0.dev',
+ nightly='>=1.9.0.dev',
60
git_master='@git+https://github.com/google/ml-metadata@master'),
61
'packaging>=20,<21',
62
'portpicker>=1.3.1,<2',
0 commit comments