tomo2chin2 commited on
Commit
82163a6
·
verified ·
1 Parent(s): b3a1e22

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,10 +1,10 @@
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 ---
 
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 ---