feat: demand planning, MPS and MRP

This commit is contained in:
Rohit Waghchaure
2025-08-08 21:15:42 +05:30
parent 993ba4cf45
commit f7a37d2812
49 changed files with 4356 additions and 17 deletions

View File

@@ -23,7 +23,9 @@ dependencies = [
"pypng~=0.20220715.0",
# MT940 parser for bank statements
"mt-940>=4.26.0"
"mt-940>=4.26.0",
"pandas~=2.2.2",
"statsmodels~=0.14.5",
]
[build-system]