Skip to content

Commit 487bcca

Browse files
authored
Update setup.py
1 parent c980a32 commit 487bcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def maybe_raise_error(checked_datetime):
6868
"- replace sklearn by scikit-learn in your pip requirements files",
6969
" (requirements.txt, setup.py, setup.cfg, Pipfile, etc ...)",
7070
"- if the sklearn package is used by one of your dependencies, ",
71-
" it would be great if you take some time to track which pakage uses ",
71+
" it would be great if you take some time to track which package uses ",
7272
" sklearn instead of scikit-learn and report it to their issue tracker",
7373
"- as last resort, set the environment variable ",
7474
" SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True to avoid this error",

0 commit comments

Comments
 (0)