Skip to content

Commit 0adea7f

Browse files
committed
add dependency sklearn
1 parent 21486ac commit 0adea7f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ dependencies = [
2626
"keras ~= 3.7.0",
2727
"numpy ~= 1.26.4",
2828
"scipy ~= 1.14.1",
29+
"matplotlib",
30+
"seaborn",
31+
"pandas",
32+
"scikit-learn",
33+
"scipy",
34+
"tqdm",
2935
]
3036

3137
[tool.ruff]

0 commit comments

Comments
 (0)