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