tomo2chin2 commited on
Commit
e53bcb9
·
verified ·
1 Parent(s): 16de42c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,11 +1,10 @@
1
  # --- START OF FILE requirements.txt ---
2
-
3
  selenium
4
- gradio==4.19.2
5
  Pillow
6
  fastapi
7
- uvicorn[standard]
8
- google-generativeai
9
  huggingface_hub
10
-
11
- # --- END OF FILE requirements.txt ---
 
 
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 ---