diff --git a/requirements.txt b/requirements.txt index 6d98315..a64ce73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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