Skip to content

Commit 83b777b

Browse files
authored
Update README.md
1 parent 9811bd5 commit 83b777b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
⚠️⚠️⚠️ The **`sklearn` PyPI package is deprecated use `scikit-learn` instead** ⚠️⚠️⚠️
44

5+
Note that the `scikit-learn` PyPI package was always the official PyPI package from
6+
the start of the project: this does not change.
7+
8+
What changes is that the `sklearn` PyPI package which was an empty package with a
9+
depdendency to `scikit-learn` progressively becomes a package that fails to install
10+
instead. See this end of this page to see the reasons of this change.
11+
512
# How to fix the error for the main use cases
613

714
- use `pip install scikit-learn` rather than `pip install sklearn`

0 commit comments

Comments
 (0)