Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
# --- START OF FILE requirements.txt ---
|
| 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 & google‑genai
|
| 10 |
# --- END OF FILE requirements.txt ---
|
|
|
|
| 1 |
# --- START OF FILE requirements.txt ---
|
| 2 |
selenium
|
| 3 |
+
gradio==5.25.2 # Row / Column API が安定した 5 系最新版 :contentReference[oaicite:1]{index=1}
|
| 4 |
Pillow
|
| 5 |
fastapi
|
| 6 |
+
uvicorn # extras を外して websockets 依存を明示管理
|
| 7 |
huggingface_hub
|
| 8 |
+
google-genai==1.11.* # ThinkingConfig 対応版
|
| 9 |
+
websockets>=13,<15.1 # gradio-client & google‑genai が共通で許容する範囲 :contentReference[oaicite:2]{index=2}
|
| 10 |
# --- END OF FILE requirements.txt ---
|