Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -17,18 +17,18 @@ GPUtil
|
|
| 17 |
python-dotenv
|
| 18 |
onnxruntime
|
| 19 |
# Gradio and UI
|
| 20 |
-
gradio[mcp]
|
| 21 |
# gradio_leaderboard==0.0.13
|
| 22 |
-
gradio_client
|
| 23 |
spaces
|
| 24 |
gradio_log
|
| 25 |
|
| 26 |
# HuggingFace ecosystem
|
| 27 |
-
huggingface_hub[hf_xet]
|
| 28 |
datasets>=3.5.0
|
| 29 |
|
| 30 |
# Data validation and utilities
|
| 31 |
-
pydantic
|
| 32 |
|
| 33 |
# AI agents
|
| 34 |
# smolagents[toolkit,mcp,openai,transformers,vision,gradio]
|
|
|
|
| 17 |
python-dotenv
|
| 18 |
onnxruntime
|
| 19 |
# Gradio and UI
|
| 20 |
+
gradio[mcp]
|
| 21 |
# gradio_leaderboard==0.0.13
|
| 22 |
+
gradio_client
|
| 23 |
spaces
|
| 24 |
gradio_log
|
| 25 |
|
| 26 |
# HuggingFace ecosystem
|
| 27 |
+
huggingface_hub[hf_xet]
|
| 28 |
datasets>=3.5.0
|
| 29 |
|
| 30 |
# Data validation and utilities
|
| 31 |
+
pydantic>=2.11.5
|
| 32 |
|
| 33 |
# AI agents
|
| 34 |
# smolagents[toolkit,mcp,openai,transformers,vision,gradio]
|