You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ All the Flytekit plugins maintained by the core team are added here. It is not n
24
24
| dbt |`bash pip install flytekitplugins-dbt`| Run dbt within Flyte |[](https://pypi.python.org/pypi/flytekitplugins-dbt/)| Flytekit-only |
25
25
| Huggingface |`bash pip install flytekitplugins-huggingface`| Read & write Hugginface Datasets as Flyte StructuredDatasets |[](https://pypi.python.org/pypi/flytekitplugins-huggingface/)| Flytekit-only |
26
26
| DuckDB |`bash pip install flytekitplugins-duckdb`| Run analytical workloads with ease using DuckDB |[](https://pypi.python.org/pypi/flytekitplugins-duckdb/)| Flytekit-only |
27
-
| ChatGPT |`bash pip install flytekitplugins-openai`| Interact with OpenAI's ChatGPT. |[](https://pypi.python.org/pypi/flytekitplugins-openai/)| Flytekit-only |
28
-
| OpenAI Batch |`bash pip install flytekitplugins-openai`| Submit requests to OpenAI for asynchronous batch processing. |[](https://pypi.python.org/pypi/flytekitplugins-openai/)| Flytekit-only |
27
+
| ChatGPT |`bash pip install flytekitplugins-openai`| Interact with OpenAI's ChatGPT.|[](https://pypi.python.org/pypi/flytekitplugins-openai/)| Flytekit-only |
28
+
| OpenAI Batch |`bash pip install flytekitplugins-openai`| Submit requests to OpenAI for asynchronous batch processing.|[](https://pypi.python.org/pypi/flytekitplugins-openai/)| Flytekit-only |
29
29
30
30
## Have a Plugin Idea? 💡
31
31
@@ -101,12 +101,11 @@ setup(
101
101
packages=[f"flytekitplugins.{PLUGIN_NAME}"],
102
102
install_requires=plugin_requires,
103
103
license="apache2",
104
-
python_requires=">=3.8",
104
+
python_requires=">=3.9",
105
105
classifiers=[
106
106
"Intended Audience :: Science/Research",
107
107
"Intended Audience :: Developers",
108
108
"License :: OSI Approved :: Apache Software License",
0 commit comments