Update requirements.txt (#1)
Browse files- Update requirements.txt (66e10678006e3d464a7dfd62a8300bdc0ada35fc)
- requirements.txt +5 -6
requirements.txt
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
|
| 2 |
# Core ML/AI libraries
|
| 3 |
git+https://github.com/huggingface/transformers.git
|
| 4 |
torch
|
|
@@ -18,18 +17,18 @@ GPUtil
|
|
| 18 |
python-dotenv
|
| 19 |
onnxruntime
|
| 20 |
# Gradio and UI
|
| 21 |
-
gradio[mcp]
|
| 22 |
# gradio_leaderboard==0.0.13
|
| 23 |
-
gradio_client
|
| 24 |
spaces
|
| 25 |
gradio_log
|
| 26 |
|
| 27 |
# HuggingFace ecosystem
|
| 28 |
-
|
| 29 |
-
datasets
|
| 30 |
|
| 31 |
# Data validation and utilities
|
| 32 |
-
pydantic
|
| 33 |
|
| 34 |
# AI agents
|
| 35 |
# smolagents[toolkit,mcp,openai,transformers,vision,gradio]
|
|
|
|
|
|
|
| 1 |
# Core ML/AI libraries
|
| 2 |
git+https://github.com/huggingface/transformers.git
|
| 3 |
torch
|
|
|
|
| 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
|
| 28 |
+
datasets
|
| 29 |
|
| 30 |
# Data validation and utilities
|
| 31 |
+
pydantic
|
| 32 |
|
| 33 |
# AI agents
|
| 34 |
# smolagents[toolkit,mcp,openai,transformers,vision,gradio]
|