Skip to content

Commit 6d85603

Browse files
committed
Align workspace.bzl with release branch pinned SHAs
1 parent 961bbfd commit 6d85603

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tensorflow_data_validation/workspace.bzl

Lines changed: 2 additions & 2 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 = "master",
11+
commit = "da17f4557749ae122284c5be3e43a2f211d3e6e2",
1212
remote = "https://github.com/tensorflow/metadata.git",
1313
)
1414

1515
git_repository(
1616
name = "com_github_tfx_bsl",
17-
branch = "master",
17+
commit = "79a4c97cec4ecbad3e95838e990f9b3a0c6439c0",
1818
remote = "https://github.com/tensorflow/tfx-bsl.git",
1919
)

0 commit comments

Comments
 (0)