From 576c6b59fa68afa09f9a27d3dbe3054a54fee262 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 20 Jul 2012 12:55:06 -0400 Subject: [PATCH] DOC: Add SciPy as a runtime dependency. --- DEPENDS.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/DEPENDS.txt b/DEPENDS.txt index 2792870b..b2858256 100644 --- a/DEPENDS.txt +++ b/DEPENDS.txt @@ -4,10 +4,13 @@ Build Requirements * `Numpy >= 1.6 `__ * `Cython >= 0.15 `__ - `Matplotlib >= 1.0 `__ is needed to generate the examples in the documentation. +Runtime requirements +-------------------- +* `SciPy >= 0.10 `__ + Known build errors ------------------ On Windows, the error ``Error:unable to find vcvarsall.bat`` means that @@ -34,3 +37,4 @@ functionality is only available with the following installed: `FreeImage `__ The ``freeimage`` plugin provides support for reading various types of image file formats, including multi-page TIFFs. +