Skip to content

Commit 1f20504

Browse files
authored
Merge pull request #229 from venkat2469/r1.11.0
Update TFX_BSL VERSION
2 parents 63c92b9 + 4818aa4 commit 1f20504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def select_constraint(default, nightly=None, git_master=None):
194194
nightly='>=1.12.0.dev',
195195
git_master='@git+https://github.com/tensorflow/metadata@master'),
196196
'tfx-bsl' + select_constraint(
197-
default='>=1.11.1,<1.12',
197+
default='>=1.11.0,<1.12',
198198
nightly='>=1.12.0.dev',
199199
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
200200
],

0 commit comments

Comments
 (0)