# Runtime dependencies for Autonomous Research Stack
# Core
numpy>=1.24.0
pyyaml>=6.0
requests>=2.28.0

# Optional: Visualization (install matplotlib/seaborn for figures)
# matplotlib>=3.7.0
# seaborn>=0.12.0

# Optional: For vector store (install chromadb for enhanced memory)
# chromadb>=0.4.0

# API clients (optional)
# anthropic>=0.18.0
# openai>=1.0.0
