diff options
Diffstat (limited to 'python/scikit-learn')
-rw-r--r-- | python/scikit-learn/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/scikit-learn/README b/python/scikit-learn/README index 58245e2126..d79a43d565 100644 --- a/python/scikit-learn/README +++ b/python/scikit-learn/README @@ -1,3 +1,6 @@ scikit-learn is an open source Python library that implements a range of machine learning, preprocessing, cross-validation and visualization algorithms using a unified interface. + +NOTE: Unable to support newer versions than 1.4.0 due to requiring a +newer Cython than included in Slackware (needs 3.0.8). |