diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-03-02 17:29:05 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-05 13:23:51 +0700 |
commit | 20845cee599a9abbf3403f1b1516a35281a16c25 (patch) | |
tree | 5c69712eb482a161ec632a148fc809b071fe8c86 /python/scikit-learn | |
parent | ef37d5f2c198f7e481e618b14c1f65410774a909 (diff) |
python/scikit-learn: Update README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 58245e2126fac..d79a43d5652b9 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). |