Skip to content

Commit 567644d

Browse files
author
Mihin Perera
committed
fixed scikit dependency for preprocess script
1 parent ead246c commit 567644d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ dependencies = [
3737
"pandas >= 1.1.4",
3838
"seaborn >= 0.11.0",
3939
"click",
40-
"tensorboard"
40+
"tensorboard",
41+
"scikit-learn",
4142
]
4243

4344
[project.scripts]

0 commit comments

Comments
 (0)