HF_Agents_Final_Assignment / requirements.txt
leofltt's picture
maybe this will help
8746908
raw
history blame contribute delete
567 Bytes
# --- Core Web & Gradio Framework (Known Stable) ---
gradio==4.36.1
fastapi==0.110.0
pydantic==2.7.4
uvicorn==0.29.0
aiohttp==3.9.5 # Dependency of Gradio
# --- Core LangChain Agent & LLM Libs ---
langchain
langchain-core==0.2.22
langchain-community
langchain-huggingface==0.0.3
huggingface-hub==0.24.1
langgraph==0.0.69 # CORRECTED VERSION
transformers==4.42.4
# --- Tools and Data Handling ---
torch
torchvision
torchaudio
duckduckgo-search==6.1.8
numexpr==2.10.1
pandas==2.2.2
requests==2.32.3
pytube==15.0.0
sentencepiece==0.2.0
accelerate==0.32.1
gradio[oauth]