Skip to content

Commit f495fc8

Browse files
committed
Point tfx-bsl dependency to vkarampudi/tfx-bsl@testing fork
1 parent 811f1d8 commit f495fc8

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
@@ -225,7 +225,7 @@ def select_constraint(default, nightly=None, git_master=None):
225225
),
226226
"tfx-bsl"
227227
+ select_constraint(
228-
default="@git+https://github.com/tensorflow/tfx-bsl@testing",
228+
default="@git+https://github.com/vkarampudi/tfx-bsl@testing",
229229
nightly=">=1.18.0.dev",
230230
git_master="@git+https://github.com/tensorflow/tfx-bsl@master",
231231
),

0 commit comments

Comments
 (0)