Skip to content

Commit

Permalink
Use scikit-learn instead of sklearn (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
corey-nm authored and bfineran committed Mar 13, 2023
1 parent 9647dae commit d00b6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparseml/transformers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _install_transformers_and_deps():
"install",
transformers_requirement,
"datasets<=1.18.4",
"sklearn",
"scikit-learn",
"seqeval",
]
)
Expand Down

0 comments on commit d00b6d9

Please sign in to comment.