Skip to content

Commit 3971cb7

Browse files
committed
Point tfx-bsl dependency to official tensorflow/tfx-bsl@master branch
1 parent e831327 commit 3971cb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def select_constraint(default, nightly=None, git_master=None):
242242
),
243243
"tfx-bsl"
244244
+ select_constraint(
245-
default="@git+https://github.com/vkarampudi/tfx-bsl@master",
245+
default="@git+https://github.com/tensorflow/tfx-bsl@master",
246246
nightly=">=1.18.0.dev",
247247
git_master="@git+https://github.com/tensorflow/tfx-bsl@master",
248248
),

0 commit comments

Comments
 (0)