agentic-system / requirements.txt
Cascade Bot
Added Groq streaming support and optimizations - clean version
1d75522
raw
history blame
499 Bytes
# Core dependencies
fastapi>=0.68.0
uvicorn>=0.15.0
gradio==4.44.1
pydantic>=2.0.0
python-dotenv>=0.19.0
# API and networking
httpx>=0.24.0
requests>=2.31.0
aiohttp>=3.8.0
urllib3>=2.0.7
websockets>=10.0
# ML and data processing
numpy>=1.24.0
pandas>=2.1.0
scikit-learn>=1.3.2
plotly>=5.18.0
# Model integration
huggingface-hub>=0.19.4
groq>=0.4.1
# Utilities
typing-extensions>=4.0.0
asyncio>=3.4.3
tqdm>=4.66.0
joblib==1.3.2
# Development
pytest>=7.0.0
black>=22.0.0
isort>=5.0.0
mypy>=1.0.0