# Core AI and ML dependencies
langchain>=0.1.0
langchain-community>=0.0.10
langchain-openai>=0.0.5
openai>=1.0.0
transformers>=4.35.0
torch>=2.1.0
tensorflow>=2.14.0
scikit-learn>=1.3.0
scipy>=1.11.0
numpy>=1.24.0
pandas>=2.0.0

# Natural Language Processing
nltk>=3.8.1
spacy>=3.7.0

# Data visualization
matplotlib>=3.7.0
seaborn>=0.12.0
plotly>=5.15.0
networkx>=3.1

# Web framework and API
fastapi>=0.104.0
uvicorn>=0.24.0
pydantic>=2.5.0
streamlit>=1.28.0

# Email processing
email-validator>=2.0.0
beautifulsoup4>=4.12.0
lxml>=4.9.0
python-multipart>=0.0.6

# File processing
python-docx>=1.1.0
openpyxl>=3.1.0
PyPDF2>=3.0.0
pdf2image>=1.16.0
pytesseract>=0.3.10
opencv-python>=4.8.0
pillow>=10.0.0

# Voice processing
pyttsx3>=2.90
speechrecognition>=3.10.0
pyaudio>=0.2.11
vosk>=0.3.45
elevenlabs>=0.2.26
soundfile>=0.12.1
librosa>=0.10.1

# Database and caching
sqlalchemy>=2.0.0
psycopg2-binary>=2.9.0
redis>=5.0.0
celery>=5.3.0

# Utilities
requests>=2.31.0
python-dotenv>=1.0.0
aiofiles>=23.2.0
websockets>=11.0.0
loguru>=0.7.0
rich>=13.6.0
click>=8.1.0
typer>=0.9.0
hydra-core>=1.3.0
omegaconf>=2.3.0
pyyaml>=6.0.1
toml>=0.10.2
jinja2>=3.1.0
python-dateutil>=2.8.2
pytz>=2023.3
arrow>=1.3.0
pendulum>=3.0.0

# Monitoring and logging
prometheus-client>=0.19.0
sentry-sdk>=1.38.0 