Skip to content

Commit 3c3ec28

Browse files
committed
remove fk version
Signed-off-by: Yee Hing Tong <[email protected]>
1 parent f329ea1 commit 3c3ec28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/flytekit-spark/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 = ["flytekit>=0.16.0b0,<1.0.0", "pyspark>=3.0.0"]
7+
plugin_requires = ["flytekit", "pyspark>=3.0.0"]
88

99
__version__ = "0.0.0+develop"
1010

0 commit comments

Comments
 (0)