Install matplotlib

This commit is contained in:
Laborratte 5 2025-06-06 14:43:04 +02:00
parent 0fc8a56dea
commit e232b49424
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02
2 changed files with 763 additions and 2 deletions

View file

@ -11,7 +11,8 @@ requires-python = ">=3.9"
dependencies = [
"pandas (>=2.2.3,<3.0.0)",
"openpyxl (>=3.1.5,<4.0.0)",
"scikit-learn (>=1.6.1,<2.0.0)"
"scikit-learn (>=1.6.1,<2.0.0)",
"matplotlib (>=3.9)"
]
[tool.poetry]