Files
FOUR-QUADRANT_BALANCE_SHEET…/requirements.txt
2026-02-22 23:39:47 -08:00

16 lines
241 B
Plaintext

# FQBM — Four-Quadrant Balance Sheet Matrix
# Python 3.10+
numpy>=1.24
scipy>=1.10
pandas>=2.0
statsmodels>=0.14
# Optional: workbook export
openpyxl>=3.1
xlsxwriter>=3.1
# Optional: interactive dashboard
# streamlit>=1.28
# dash>=2.14