# Core dependencies
torch>=1.9.0
numpy>=1.21.0
tqdm>=4.62.0

# Machine Learning and NLP
transformers>=4.20.0
sentence-transformers>=2.2.0
huggingface-hub>=0.10.0

# Data processing and utilities
pandas>=1.3.0
scikit-learn>=1.0.0

# Async and networking
nest-asyncio>=1.5.0
requests>=2.25.0

# API clients
openai>=0.27.0

# Configuration and serialization
pyyaml>=6.0

# Visualization
matplotlib>=3.5.0

# Development and testing (optional)
pytest>=6.2.0
black>=22.0.0
flake8>=4.0.0

# Jupyter notebook support (optional)
jupyter>=1.0.0
ipykernel>=6.0.0
