# Core dependencies
numpy>=1.20.0
dataclasses-json>=0.5.0

# LLM Providers (optional - install what you need)
openai>=1.0.0
tiktoken>=0.5.0
anthropic>=0.18.0

# Semantic utilities (optional)
scipy>=1.7.0
scikit-learn>=1.0.0

# Development dependencies
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=3.0.0
black>=22.0.0
flake8>=4.0.0
mypy>=0.990
