Skip to content

Commit f67bf44

Browse files
committed
Fix gradio version
1 parent 80928f2 commit f67bf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def get_version() -> str:
7373
"urllib3<2.0", # VCR.py broken with urllib3 2.0 (see https://urllib3.readthedocs.io/en/stable/v2-migration-guide.html)
7474
"soundfile",
7575
"Pillow",
76-
"gradio>=5.4.0", # to test webhooks # pin to avoid issue on Python3.13
76+
"gradio>=4.0.0", # to test webhooks # pin to avoid issue on Python3.12
7777
"numpy", # for embeddings
7878
"fastapi", # To build the documentation
7979
]

0 commit comments

Comments
 (0)