Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# GPU wheels は ZeroGPU が自動で解決するため extra-index は不要
|
| 2 |
-
|
| 3 |
-
|
| 4 |
|
| 5 |
gradio[mcp,oauth]==5.34.2
|
| 6 |
spaces==0.37.1
|
|
|
|
| 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
|