build(s31): add numpy dependency for hybrid verdict retriever

This commit is contained in:
Kjell Tore Guttormsen 2026-07-25 06:07:07 +02:00
commit 440278a050
3 changed files with 223 additions and 4 deletions

View file

@ -19,6 +19,7 @@ dependencies = [
# PuLP 4.0 vil kreve `pip install pulp[cbc]` + COIN_CMD (Fase-migrasjonsnotat).
"mcp>=1.28.0", # tynn lokal-mappe MCP-server (Step 7) — GA (resolverte 1.28.0) per Step 1-beslutning
"pydantic>=2.11,<3", # IR/validering (B1) — eksplisitt pin til STABIL 2.x, aldri alpha
"numpy>=2.0,<3", # S3.1: brute-force cosine for the hybrid verdict retriever — MAF-free, offline (D-C)
"llm-ingestion-okf", # Door A ingest (§4§6) — the shared implementation of shared/ingest-spec.md; zero runtime deps, MAF-free (D7)
]