Skip to content

Commit

Permalink
Merge pull request scikit-learn#6521 from giorgiop/patch-2
Browse files Browse the repository at this point in the history
[MRG+1] Update Python version in README
  • Loading branch information
TomDLT committed Mar 11, 2016
2 parents 25c931a + a1ee6eb commit d4a8d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Important links
Dependencies
============

scikit-learn is tested to work under Python 2.6, Python 2.7, and Python 3.4.
scikit-learn is tested to work under Python 2.6, Python 2.7, and Python 3.5.
(using the same codebase thanks to an embedded copy of
`six <http://pythonhosted.org/six/>`_). It should also work with Python 3.3.
`six <http://pythonhosted.org/six/>`_). It should also work with Python 3.3 and 3.4.

The required dependencies to build the software are NumPy >= 1.6.1,
SciPy >= 0.9 and a working C/C++ compiler. For the development version,
Expand Down

0 comments on commit d4a8d73

Please sign in to comment.