Skip to content

Commit 811f1d8

Browse files
authored
Update setup.py
1 parent 951e046 commit 811f1d8

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@master",
228+
default="@git+https://github.com/tensorflow/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)