Install scikit-learn

This commit is contained in:
Laborratte 5 2025-06-03 11:54:35 +02:00
parent 4aedc246a3
commit 0fc8a56dea
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02
2 changed files with 191 additions and 2 deletions

View file

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