# Core dependencies
anthropic>=0.30.0       # for LLM-powered signal extraction (production)
pandas>=2.0             # for the model input CSV

# Optional — only for development/testing
pytest>=7.0             # for running the test suite
