Replace pandas with pure Python in sales forecast report

Co-authored-by: ankush <9079960+ankush@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-23 07:30:44 +00:00
parent 7eadf19116
commit 66dac9b7a5
2 changed files with 48 additions and 7 deletions

View File

@@ -24,7 +24,6 @@ dependencies = [
# MT940 parser for bank statements
"mt-940>=4.26.0",
"pandas~=2.2.2",
"statsmodels~=0.14.5",
]