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 80928f2 commit f67bf44Copy full SHA for f67bf44
setup.py
@@ -73,7 +73,7 @@ def get_version() -> str:
73
"urllib3<2.0", # VCR.py broken with urllib3 2.0 (see https://urllib3.readthedocs.io/en/stable/v2-migration-guide.html)
74
"soundfile",
75
"Pillow",
76
- "gradio>=5.4.0", # to test webhooks # pin to avoid issue on Python3.13
+ "gradio>=4.0.0", # to test webhooks # pin to avoid issue on Python3.12
77
"numpy", # for embeddings
78
"fastapi", # To build the documentation
79
]
0 commit comments