Skip to content

Commit

Permalink
Set lower bound for flytekit in envd plugin (#2430)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <pingsutw@apache.org>
  • Loading branch information
pingsutw committed May 17, 2024
1 parent 70332db commit 7213723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/flytekit-envd/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

microlib_name = f"flytekitplugins-{PLUGIN_NAME}"

plugin_requires = ["flytekit", "envd"]
plugin_requires = ["flytekit>=1.12.0", "envd"]

__version__ = "0.0.0+develop"

Expand Down

0 comments on commit 7213723

Please sign in to comment.