Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
# --- START
|
| 2 |
selenium
|
| 3 |
-
gradio==5.25.2 #
|
| 4 |
-
Pillow
|
| 5 |
fastapi
|
| 6 |
-
uvicorn # extras
|
|
|
|
| 7 |
huggingface_hub
|
| 8 |
-
google-genai==1.11.* # ThinkingConfig 対応版
|
| 9 |
-
websockets>=13,<15.1 # gradio-client
|
| 10 |
-
# --- END
|
|
|
|
| 1 |
+
# --- START requirements.txt ---
|
| 2 |
selenium
|
| 3 |
+
gradio==5.25.2 # Gradio 5 系は websockets ≥13 を許容 :contentReference[oaicite:1]{index=1}
|
|
|
|
| 4 |
fastapi
|
| 5 |
+
uvicorn # extras を外し websockets を固定
|
| 6 |
+
Pillow
|
| 7 |
huggingface_hub
|
| 8 |
+
google-genai==1.11.* # ThinkingConfig 対応版 :contentReference[oaicite:2]{index=2}
|
| 9 |
+
websockets>=13,<15.1 # gradio-client と google‑genai 両方を満たす :contentReference[oaicite:3]{index=3}
|
| 10 |
+
# --- END requirements.txt ---
|