Skip to content

Commit 9a57111

Browse files
committed
Repoint transitive external repos to unified master targets stably
1 parent 5b1e81f commit 9a57111

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tensorflow_data_validation/workspace.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ def tf_data_validation_workspace():
88

99
git_repository(
1010
name = "com_github_tensorflow_metadata",
11-
branch = "align-tf-2.21",
12-
remote = "https://github.com/vkarampudi/metadata.git",
11+
branch = "master",
12+
remote = "https://github.com/tensorflow/metadata.git",
1313
)
1414

1515
git_repository(
1616
name = "com_github_tfx_bsl",
17-
branch = "testing",
18-
remote = "https://github.com/vkarampudi/tfx-bsl.git",
17+
branch = "master",
18+
remote = "https://github.com/tensorflow/tfx-bsl.git",
1919
)

0 commit comments

Comments
 (0)