Install matplotlib
This commit is contained in:
parent
0fc8a56dea
commit
e232b49424
2 changed files with 763 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue