Skip to content

Commit 764e186

Browse files
committed
debug: flytekit ver limit in plugin
-e Signed-off-by: machichima <nary12321@gmail.com>
1 parent a2f1410 commit 764e186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/flytekit-kf-pytorch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
microlib_name = f"flytekitplugins-{PLUGIN_NAME}"
66

7-
plugin_requires = ["cloudpickle", "flyteidl>=1.5.1", "flytekit>=1.6.1", "kubernetes"]
7+
plugin_requires = ["cloudpickle", "flyteidl>=1.5.1", "kubernetes"]
88

99
__version__ = "0.0.0+develop"
1010

0 commit comments

Comments
 (0)