mgbam commited on
Commit
833ef84
·
verified ·
1 Parent(s): 5997785

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio
2
- mcp
3
- smolagents
4
- openai
 
1
+ gradio>=4.29 # latest Gradio
2
+ mcp # MCP core
3
+ smolagents[mcp] # ← installs smolagents + mcpadapt
4
+ openai # (or your local-LLM deps)