Final_Assignment_Template / requirements.txt
mohannad-tazi's picture
Update requirements.txt
4dbe4c6 verified
raw
history blame
427 Bytes
# Tell pip where to look for the CPU-only PyTorch wheels
-f https://download.pytorch.org/whl/cpu
# Core dependencies
gradio>=5.0
python-dotenv
requests
numpy
pandas
openpyxl
pillow
pytesseract
duckduckgo-search # for the DuckDuckGoSearchTool
wikipedia-api # for WikipediaSearchTool
# SmolAgents and its extras
smolagents[audio,openai,transformers]
# Torch + Transformers
torch==2.7.0+cpu
transformers