File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,13 @@ scikit-learn requires:
52
52
- SciPy (>= 0.17.0)
53
53
- joblib (>= 0.11)
54
54
55
- **Scikit-learn 0.20 was the last version to support Python 2.7. **
55
+ **Scikit-learn 0.20 was the last version to support Python 2.7 and Python 3.4 . **
56
56
scikit-learn 0.21 and later require Python 3.5 or newer.
57
57
58
- For running the examples Matplotlib >= 1.5.1 is required. A few examples
59
- require scikit-image >= 0.12.3, a few examples require pandas >= 0.18.0.
58
+ Scikit-learn plotting capabilities (i.e., functions start with "plot _") require
59
+ Matplotlib (>= 1.5.1). For running the examples Matplotlib >= 1.5.1 is
60
+ required. A few examples require scikit-image >= 0.12.3, a few examples require
61
+ pandas >= 0.18.0.
60
62
61
63
scikit-learn also uses CBLAS, the C interface to the Basic Linear Algebra
62
64
Subprograms library. scikit-learn comes with a reference implementation, but
Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ Scikit-learn requires:
23
23
- joblib (>= 0.11)
24
24
25
25
Scikit-learn plotting capabilities (i.e., functions start with "plot _") require
26
- Matplotlib (>= 1.5.1). Some of the scikit-learn examples might require one or
27
- more extra dependencies: scikit-image (>= 0.12.3), pandas (>= 0.18.0).
26
+ Matplotlib (>= 1.5.1). For running the examples Matplotlib >= 1.5.1 is
27
+ required. A few examples require scikit-image >= 0.12.3, a few examples require
28
+ pandas >= 0.18.0.
28
29
29
30
.. warning ::
30
31
You can’t perform that action at this time.
0 commit comments