Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ feedparser>=6.0
beautifulsoup4>=4.12
lxml>=5.0
edgartools>=2.0
psycopg2-binary>=2.9
pgvector>=0.2
voyageai>=0.3
jsonschema>=4.20
arcticdb>=6.11
# flow-doctor is pulled in transitively via alpha-engine-lib[flow_doctor].
# [rag] (added in lib v0.3.0) consolidates psycopg2-binary + pgvector + numpy
# previously listed above as direct deps; kept those direct lines for now to
# avoid breaking pinning during the migration. Drop the duplicate direct
# pgvector/psycopg2-binary pins once the migration soaks.
# psycopg2-binary + pgvector now come via [rag] (added in lib v0.3.0,
# direct pins dropped 2026-05-20 after >2-week soak on v0.20.0).
alpha-engine-lib[arcticdb,flow_doctor,rag] @ git+https://github.com/cipher813/alpha-engine-lib@v0.20.0
Loading