--extra-index-url https://download.pytorch.org/whl/cpu | |
# Then install CPU build of PyTorch 2.7.0 | |
torch==2.7.0 | |
# Core dependencies | |
gradio>=5.0 | |
python-dotenv | |
requests | |
numpy | |
pandas | |
openpyxl | |
pillow | |
pytesseract | |
duckduckgo-search # for the DuckDuckGoSearchTool | |
wikipedia-api # for WikipediaSearchTool | |
python-dotenv | |
# SmolAgents and its extras | |
smolagents[audio,openai,transformers,litellm] | |
transformers |