We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f329ea1 commit 3c3ec28Copy full SHA for 3c3ec28
plugins/flytekit-spark/setup.py
@@ -4,7 +4,7 @@
4
5
microlib_name = f"flytekitplugins-{PLUGIN_NAME}"
6
7
-plugin_requires = ["flytekit>=0.16.0b0,<1.0.0", "pyspark>=3.0.0"]
+plugin_requires = ["flytekit", "pyspark>=3.0.0"]
8
9
__version__ = "0.0.0+develop"
10
0 commit comments