Skip to content

Commit 38fb244

Browse files
authored
Use scikit-learn instead of sklearn (#849)
1 parent e207a32 commit 38fb244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deepsparse/transformers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def _install_transformers_and_deps():
6060
"install",
6161
transformers_requirement,
6262
"datasets<=1.18.4",
63-
"sklearn",
63+
"scikit-learn",
6464
"seqeval",
6565
]
6666
)

0 commit comments

Comments
 (0)