[scikit-learn] [ANN] scikit-learn 1.1.3 is online!

Guillaume Lemaître g.lemaitre58 at gmail.com
Sat Oct 29 11:32:47 EDT 2022


scikit-learn 1.1.3 is out on pypi.org and conda-forge!

This bugfix release only includes fixes for compatibility with the latest
SciPy release >= 1.9.2 and wheels for Python 3.11. Note that support for
32-bit Python on Windows has been dropped in this release. This is due to
the fact that SciPy 1.9.2 also dropped the support for that platform.
Windows users are advised to install the 64-bit version of Python instead.

More details in the changelog:
https://scikit-learn.org/dev/whats_new/v1.1.html#version-1-1-3

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds will be available shortly, which you can then
install using:

conda install -c conda-forge scikit-learn

Thanks again to all the contributors.
On behalf of the scikit-learn maintainer team.
-- 
Guillaume Lemaitre
Scikit-learn @ Inria Foundation
https://glemaitre.github.io/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/scikit-learn/attachments/20221029/570a6b04/attachment.html>


More information about the scikit-learn mailing list