Skip to content

Commit

Permalink
Unpin opencv-python-headless version.
Browse files Browse the repository at this point in the history
See opencv/opencv-python#571 for the related discussion.

PiperOrigin-RevId: 411728512
  • Loading branch information
jiyongjung authored and tfx-copybara committed Nov 23, 2021
1 parent c8372f9 commit c063ba0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tfx/dependencies.py
Expand Up @@ -162,9 +162,6 @@ def make_extra_packages_tf_ranking():
# Packages needed for tf-ranking which is used in tfx/examples/ranking.
return [
'tensorflow-ranking>=0.3.3,<0.4',
# TODO(b/203793924): Remove temporarily pinned version of
# opencv-python-headless to avoid a build issue.
'opencv-python-headless<4.5.4; platform_system=="Darwin"',
'struct2tensor' + select_constraint(
default='>=0.35,<0.36',
nightly='>=0.36.0.dev',
Expand Down

0 comments on commit c063ba0

Please sign in to comment.