Skip to content

Commit

Permalink
Adds dependency for Scikit-learn examples.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 360312375
  • Loading branch information
jiyongjung authored and tfx-copybara committed Mar 2, 2021
1 parent d86b4c5 commit 9155e50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tfx/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ def make_extra_packages_examples():
# Required for tfx/examples/ranking
'tensorflow-ranking>=0.3.3,<0.4',
'struct2tensor>=0.28,<0.29',
# Required for tfx/examples/penguin/experimental
'scikit-learn>=0.24,<0.25',
]


Expand Down

0 comments on commit 9155e50

Please sign in to comment.