Skip to content

Commit

Permalink
Update flytekitplugins-huggingface dependency (#2494)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Jan Fiedler <[email protected]>
  • Loading branch information
pingsutw authored and fiedlerNr9 committed Jul 25, 2024
1 parent ee8baa6 commit c6b2cb6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugins/flytekit-huggingface/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

microlib_name = f"flytekitplugins-{PLUGIN_NAME}"

plugin_requires = [
"flytekit>=1.3.0b2,<2.0.0",
"datasets>=2.4.0,!=2.19.2",
]
plugin_requires = ["flytekit>=1.3.0b2", "datasets>=2.4.0"]

__version__ = "0.0.0+develop"

Expand Down

0 comments on commit c6b2cb6

Please sign in to comment.