Skip to content

Commit 951e046

Browse files
authored
Update setup.py
1 parent 04c4866 commit 951e046

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,13 @@ def select_constraint(default, nightly=None, git_master=None):
219219
"tensorflow>=2.21,<2.22",
220220
"tensorflow-metadata"
221221
+ select_constraint(
222-
default=">=1.17.1,<1.18",
222+
default="@git+https://github.com/tensorflow/metadata@master",
223223
nightly=">=1.18.0.dev",
224224
git_master="@git+https://github.com/tensorflow/metadata@master",
225225
),
226226
"tfx-bsl"
227227
+ select_constraint(
228-
default=">=1.17.1,<1.18",
228+
default="@git+https://github.com/tensorflow/tfx-bsl@master",
229229
nightly=">=1.18.0.dev",
230230
git_master="@git+https://github.com/tensorflow/tfx-bsl@master",
231231
),

0 commit comments

Comments
 (0)