tomo2chin2 commited on
Commit
b0403d0
·
verified ·
1 Parent(s): 2917f52

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
  # --- START OF FILE requirements.txt ---
2
  selenium
3
- gradio==5.25.2 # websockets ≥13 を許容
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 ---