[scaffold] Deep Dive intelligence pipeline: intelligence/deepdive/requirements.txt
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled

This commit is contained in:
2026-04-05 06:19:51 +00:00
parent cca5909cf9
commit 88af4870d3

View File

@@ -0,0 +1,26 @@
# Deep Dive Dependencies
# Install: pip install -r requirements.txt
# Phase 1: Aggregation
feedparser>=6.0.11
httpx[http2]>=0.27.0
aiofiles>=23.2.1
# Phase 2: Relevance
sentence-transformers>=2.7.0
numpy>=1.26.0
scikit-learn>=1.5.0
# Phase 3: Synthesis
openai>=1.30.0 # For local API compatibility
# Phase 5: Delivery
python-telegram-bot>=21.0
# Orchestration
pyyaml>=6.0.1
python-dotenv>=1.0.0
# Development
pytest>=8.0.0
pytest-asyncio>=0.23.0