LPX55 commited on
Commit
acd5d31
·
verified ·
1 Parent(s): ee3d1ea

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -17,18 +17,18 @@ GPUtil
17
  python-dotenv
18
  onnxruntime
19
  # Gradio and UI
20
- gradio[mcp]>=5.33.1
21
  # gradio_leaderboard==0.0.13
22
- gradio_client==1.10.3
23
  spaces
24
  gradio_log
25
 
26
  # HuggingFace ecosystem
27
- huggingface_hub[hf_xet]>=0.31.0
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]
 
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]