Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tfx/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def make_pipeline_sdk_required_install_packages():
"ml-metadata"
+ select_constraint(
# LINT.IfChange
default=">=1.16.0,<1.17.0",
default=">=1.17.1,<1.18.0",
# LINT.ThenChange(tfx/workspace.bzl)
nightly=">=1.17.0.dev",
git_master="@git+https://github.com/google/ml-metadata@master",
Expand Down
2 changes: 1 addition & 1 deletion tfx/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def tfx_workspace():
name = "com_github_google_ml_metadata",
repo = "google/ml-metadata",
# LINT.IfChange
tag = "v1.16.0",
tag = "v1.17.1",
# LINT.ThenChange(//tfx/dependencies.py)
)

Expand Down
Loading