LPX55 commited on
Commit
968c2f2
·
verified ·
1 Parent(s): d5aaaa1

Update requirements.txt (#1)

Browse files

- Update requirements.txt (66e10678006e3d464a7dfd62a8300bdc0ada35fc)

Files changed (1) hide show
  1. 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]>=5.33.1
22
  # gradio_leaderboard==0.0.13
23
- gradio_client==1.10.3
24
  spaces
25
  gradio_log
26
 
27
  # HuggingFace ecosystem
28
- huggingface_hub[hf_xet]>=0.31.0
29
- datasets>=3.5.0
30
 
31
  # Data validation and utilities
32
- pydantic==2.11.5
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]