From 72a1f82de4cad84a0d7fcb9786220cbb707dc570 Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Wed, 9 Nov 2016 17:48:44 +0100
Subject: [PATCH] INSTALL.rst: update required versions

---
 INSTALL.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL.rst b/INSTALL.rst
index f2fe93b2..d1a34ec2 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -21,7 +21,7 @@ Prerequisites
 Building Kwant requires
  * `Python <https://www.python.org>`_ 3.4 or above (Kwant 1.1 is the last
    version to support Python 2),
- * `SciPy <http://scipy.org>`_ 0.9 or newer,
+ * `SciPy <http://scipy.org>`_ 0.11 or newer,
  * `LAPACK <http://netlib.org/lapack/>`_ and `BLAS <http://netlib.org/blas/>`_,
    (For best performance we recommend the free `OpenBLAS
    <http://www.openblas.net/>`_ or the nonfree `MKL
@@ -32,7 +32,7 @@ Building Kwant requires
    C++.
 
 The following software is highly recommended though not strictly required:
- * `matplotlib <http://matplotlib.org/>`_ 1.1 or newer, for Kwant's
+ * `matplotlib <http://matplotlib.org/>`_ 1.2 or newer, for Kwant's
    plotting module and the tutorial,
  * `MUMPS <http://graal.ens-lyon.fr/MUMPS/>`_, a sparse linear algebra library
    that will in many cases speed up Kwant several times and reduce the memory
-- 
GitLab