Skip to content

Commit

Permalink
Use scikit-learn instead of sklearn (#1294) (#1428)
Browse files Browse the repository at this point in the history
Co-authored-by: corey-nm <109536191+corey-nm@users.noreply.github.com>
  • Loading branch information
bfineran and corey-nm committed Mar 13, 2023
1 parent 9647dae commit 0f8a4a7
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 0f8a4a7

Please sign in to comment.