# Core dependencies
numpy>=1.21.0
pandas>=1.3.0
torch>=1.10.0
transformers>=4.20.0
openai>=1.0.0
anthropic>=0.18.0

# Async and HTTP
aiohttp>=3.8.0
httpx>=0.24.0
asyncio-throttle>=1.0.0

# Data processing
jsonlines>=3.0.0
pyyaml>=6.0
tqdm>=4.64.0

# Evaluation and metrics
scikit-learn>=1.1.0
scipy>=1.9.0

# Logging and monitoring
wandb>=0.15.0
loguru>=0.7.0

# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0

# Optional: For specific MAS frameworks
# huggingface-hub>=0.15.0
# langchain>=0.1.0

# Development tools
black>=22.0.0
flake8>=5.0.0
isort>=5.10.0