# Python dependencies for scripts/ utilities. # # Used by: # - aggregate-multi-seed-metrics.py (Plan 5 Task 1B.2) # - aggregate-norm-stats.py (Plan 5 Task 1B.3) # # numpy / scipy: not currently imported by the aggregators (they use # stdlib `statistics`), but reserved for downstream metric-band plotting # and tier-validation scripts (Plan 5 Tasks 4–5) which use scipy.stats # for confidence intervals and matplotlib for visualisations. numpy>=1.26 scipy>=1.11 matplotlib>=3.8