We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1e81f commit 9a57111Copy full SHA for 9a57111
1 file changed
tensorflow_data_validation/workspace.bzl
@@ -8,12 +8,12 @@ def tf_data_validation_workspace():
8
9
git_repository(
10
name = "com_github_tensorflow_metadata",
11
- branch = "align-tf-2.21",
12
- remote = "https://github.com/vkarampudi/metadata.git",
+ branch = "master",
+ remote = "https://github.com/tensorflow/metadata.git",
13
)
14
15
16
name = "com_github_tfx_bsl",
17
- branch = "testing",
18
- remote = "https://github.com/vkarampudi/tfx-bsl.git",
+ remote = "https://github.com/tensorflow/tfx-bsl.git",
19
0 commit comments