i0switch commited on
Commit
df4d548
·
verified ·
1 Parent(s): d96945e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,15 +1,15 @@
1
  # GPU wheels は ZeroGPU が自動で解決するため extra-index は不要
2
- # --- ↓ Gradio 5.34.x と相性の良い最終バージョン ---
3
- pydantic==2.10.6
4
 
 
5
  gradio[mcp,oauth]==5.34.2
6
  spaces==0.37.1
7
  huggingface-hub>=0.30,<0.40
 
8
 
9
  # --- PyTorch スタック(ZeroGPU 公認) ---
10
- torch==2.4.1 # “+cu118” を外す
11
  torchvision==0.19.1
12
- xformers==0.0.28.post1 # 2.4.1 対応ビルド
13
 
14
  # --- 生成 AI ---
15
  diffusers==0.30.3
 
1
  # GPU wheels は ZeroGPU が自動で解決するため extra-index は不要
 
 
2
 
3
+ # Gradio & Spaces
4
  gradio[mcp,oauth]==5.34.2
5
  spaces==0.37.1
6
  huggingface-hub>=0.30,<0.40
7
+ pydantic>=2.11,<2.12 # Gradio 5.34.x が要求する範囲
8
 
9
  # --- PyTorch スタック(ZeroGPU 公認) ---
10
+ torch==2.4.1 # “+cu118” を外す
11
  torchvision==0.19.1
12
+ xformers==0.0.28.post1 # 2.4.1 対応ビルド
13
 
14
  # --- 生成 AI ---
15
  diffusers==0.30.3