Skip to content

Commit 9f5dc36

Browse files
committed
Remove .git suffix from tfx-bsl URL to resolve pip conflict
1 parent 0fc8c64 commit 9f5dc36

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
@@ -57,7 +57,7 @@ def _make_required_install_packages():
5757
git_master="@git+https://github.com/tensorflow/metadata@master",
5858
),
5959
"tf_keras>=2",
60-
"tfx-bsl@git+https://github.com/vkarampudi/tfx-bsl.git@testing",
60+
"tfx-bsl@git+https://github.com/vkarampudi/tfx-bsl@testing",
6161
]
6262

6363

0 commit comments

Comments
 (0)