Skip to content

Commit 9d3b48d

Browse files
committed
DOC fix versions of requirements in README.rst
1 parent a75f44c commit 9d3b48d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ scikit-learn is tested to work under Python 2.6, Python 2.7, and Python 3.4.
3939
`six <http://pythonhosted.org/six/>`_). It should also work with Python 3.3.
4040

4141
The required dependencies to build the software are NumPy >= 1.6.2,
42-
SciPy >= 0.11 and a working C/C++ compiler.
42+
SciPy >= 0.9 and a working C/C++ compiler.
4343

44-
For running the examples Matplotlib >= 0.99.1 is required and for running the
45-
tests you need nose >= 0.10.
44+
For running the examples Matplotlib >= 1.1.1 is required and for running the
45+
tests you need nose >= 1.1.2.
4646

47-
This configuration matches the Ubuntu 10.04 LTS release from April 2010.
47+
This configuration matches the Ubuntu Precise 12.04 LTS release from April
48+
2012.
4849

4950

5051
Install

0 commit comments

Comments
 (0)