From f20449187262324c00952ed450495d382e064734 Mon Sep 17 00:00:00 2001 From: Chiara Marmo Date: Thu, 27 May 2021 10:12:17 +0200 Subject: [PATCH] Update minimal versions in documentation. --- README.rst | 11 ++++++----- doc/install.rst | 3 ++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index ebc4339b2ab58..3c685fa4af13e 100644 --- a/README.rst +++ b/README.rst @@ -26,13 +26,13 @@ .. |DOI| image:: https://zenodo.org/badge/21369/scikit-learn/scikit-learn.svg .. _DOI: https://zenodo.org/badge/latestdoi/21369/scikit-learn/scikit-learn -.. |PythonMinVersion| replace:: 3.6 -.. |NumPyMinVersion| replace:: 1.13.3 -.. |SciPyMinVersion| replace:: 0.19.1 +.. |PythonMinVersion| replace:: 3.7 +.. |NumPyMinVersion| replace:: 1.14.5 +.. |SciPyMinVersion| replace:: 1.1.0 .. |JoblibMinVersion| replace:: 0.11 .. |ThreadpoolctlMinVersion| replace:: 2.0.0 -.. |MatplotlibMinVersion| replace:: 2.1.1 -.. |Scikit-ImageMinVersion| replace:: 0.13 +.. |MatplotlibMinVersion| replace:: 2.2.2 +.. |Scikit-ImageMinVersion| replace:: 0.14.5 .. |PandasMinVersion| replace:: 0.25.0 .. |SeabornMinVersion| replace:: 0.9.0 .. |PytestMinVersion| replace:: 5.0.1 @@ -70,6 +70,7 @@ scikit-learn requires: **Scikit-learn 0.20 was the last version to support Python 2.7 and Python 3.4.** scikit-learn 0.23 and later require Python 3.6 or newer. +scikit-learn 1.0 and later require Python 3.7 or newer. Scikit-learn plotting capabilities (i.e., functions start with ``plot_`` and classes end with "Display") require Matplotlib (>= |MatplotlibMinVersion|). diff --git a/doc/install.rst b/doc/install.rst index 7912cc4dc4df6..d0b0f50e78f90 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -142,7 +142,8 @@ purpose. Scikit-learn 0.20 was the last version to support Python 2.7 and Python 3.4. Scikit-learn 0.21 supported Python 3.5-3.7. Scikit-learn 0.22 supported Python 3.5-3.8. - Scikit-learn now requires Python 3.6 or newer. + Scikit-learn 0.23 - 0.24 require Python 3.6 or newer. + Scikit-learn 1.0 and later requires Python 3.7 or newer. .. note::