Skip to content

Commit

Permalink
Update numpy and scipy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
arjoly committed May 1, 2014
1 parent b842d4d commit 48e2b13
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 @@ -39,7 +39,7 @@ scikit-learn is tested to work under Python 2.6, Python 2.7, and Python 3.4.
`six <http://pythonhosted.org/six/>`_). It should also work against Python
3.3.

The required dependencies to build the software NumPy >= 1.6.1, SciPy >= 0.9
The required dependencies to build the software NumPy >= 1.6.2, SciPy >= 0.11
and a working C/C++ compiler.

For running the examples Matplotlib >= 0.99.1 is required and for running the
Expand Down Expand Up @@ -86,7 +86,7 @@ Contributing
Quick tutorial on how to go about setting up your environment to
contribute to scikit-learn: https://github.com/scikit-learn/scikit-learn/blob/master/CONTRIBUTING.md

Before opening a Pull Request, have a look at the
Before opening a Pull Request, have a look at the
full Contributing page to make sure your code complies
with our guidelines: http://scikit-learn.org/stable/developers/index.html

Expand Down

0 comments on commit 48e2b13

Please sign in to comment.