Change8

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

  1. Upgrade scikit-learn via pip: `pip install -U scikit-learn`.
  2. 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.