Skip to content

Commit 5f41842

Browse files
committed
fix build failure by pinning tensorflow_metadata
1 parent ec0e02a commit 5f41842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_data_validation/workspace.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def tf_data_validation_workspace():
1414
# Fetch tf.Metadata repo from GitHub.
1515
git_repository(
1616
name = "com_github_tensorflow_metadata",
17-
branch = "master",
17+
tag = "v1.17.0",
1818
remote = "https://github.com/tensorflow/metadata.git",
1919
)
2020
# LINT.ThenChange(//tensorflow_data_validation/placeholder/files)

0 commit comments

Comments
 (0)