From 434370d3d31786268890552ec6a7d27575dc227a Mon Sep 17 00:00:00 2001
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>
Date: Wed, 9 Mar 2011 12:41:37 +0100
Subject: [PATCH] Update numpy/scipy requirements.

We support a new version of scipy/numpy is out, thus bump the required
version of numpy of scipy (which was anyway needed).
---
 README.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index 1815a48d50..154472c45f 100644
--- a/README.rst
+++ b/README.rst
@@ -25,9 +25,7 @@ Dependencies
 ============
 
 The required dependencies to build the software are python >= 2.5,
-setuptools, NumPy >= 1.1, SciPy >= 0.6 (although having at least 0.7
-is highly recommended and required by some modules) and a working C++
-compiler.
+setuptools, NumPy >= 1.2, SciPy >= 0.7 and a working C++ compiler.
 
 To run the tests you will also need nose >= 0.10.
 
-- 
GitLab