Browse Source

chore: update Gradio and Gradio-PDF version constraints in pyproject.toml

myhloli 4 tháng trước cách đây
mục cha
commit
a75d04a13d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      pyproject.toml

+ 2 - 2
pyproject.toml

@@ -68,8 +68,8 @@ api = [
     "uvicorn",
 ]
 gradio = [
-    "gradio",
-    "gradio-pdf",
+    "gradio>=5.34,<6",
+    "gradio-pdf>=0.0.22",
 ]
 core = [
     "mineru[vlm]",