[scaffold] Deep Dive intelligence pipeline: intelligence/deepdive/requirements.txt
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
This commit is contained in:
26
intelligence/deepdive/requirements.txt
Normal file
26
intelligence/deepdive/requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user