1.8.0
📦 scikit-learnView on GitHub →
✨ 2 features
Summary
scikit-learn 1.8.0 adds support for Python 3.11‑3.14 and free‑threaded CPython, with standard pip and conda upgrade paths.
Migration Steps
- Upgrade scikit-learn via pip: `pip install -U scikit-learn`.
- Upgrade scikit-learn via conda: `conda install -c conda-forge scikit-learn`.
✨ New Features
- Added support for Python 3.11 through 3.14.
- Added support for free-threaded CPython builds.