Skip to content

Commit

Permalink
remove kubernetes from ray plugin dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Fiedler <[email protected]>
  • Loading branch information
fiedlerNr9 committed Nov 20, 2024
1 parent 94b7797 commit 0b72707
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions plugins/flytekit-ray/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@

microlib_name = f"flytekitplugins-{PLUGIN_NAME}"

plugin_requires = [
"ray[default]",
"flytekit>=1.3.0b2,<2.0.0",
"flyteidl>=1.13.6",
"kubernetes",
]
plugin_requires = ["ray[default]", "flytekit>=1.3.0b2,<2.0.0", "flyteidl>=1.13.6"]

__version__ = "0.0.0+develop"

Expand Down

0 comments on commit 0b72707

Please sign in to comment.