Skip to content

Commit 189e0cc

Browse files
committed
Use last available scikit-learn version in README
1 parent 2d5904b commit 189e0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ At the time of writing (October 2022) `sklearn` downloads is about 1/5 of the
5858

5959
There are some edge cases with the way the PyPI `sklearn` package is
6060
implemented:
61-
- `pip install sklearn==1.1.1` will say that the 1.1.1 version does not exist,
61+
- `pip install sklearn==1.1.3` will say that the 1.1.3 version does not exist,
6262
which is confusing. The only available version at the time of writing of
6363
`sklearn` is 0.0.
6464
- `pip uninstall sklearn` will actually not uninstall `scikit-learn`, you can
6565
still do `import sklearn` afterwards
6666
- it can be confusing to have both `sklearn` and `scikit-learn` in the `pip
67-
list` output prompting questions like "why do I have scikit-learn 1.1.1 and
67+
list` output prompting questions like "why do I have scikit-learn 1.1.3 and
6868
sklearn 0.0, and what does it even mean"?
6969

0 commit comments

Comments
 (0)