DOC: Add SciPy as a runtime dependency.

This commit is contained in:
Stefan van der Walt
2012-07-20 12:55:06 -04:00
parent f6066539cc
commit 576c6b59fa
+5 -1
View File
@@ -4,10 +4,13 @@ Build Requirements
* `Numpy >= 1.6 <http://numpy.scipy.org/>`__
* `Cython >= 0.15 <http://www.cython.org/>`__
`Matplotlib >= 1.0 <http://matplotlib.sf.net>`__ is needed to generate the
examples in the documentation.
Runtime requirements
--------------------
* `SciPy >= 0.10 <http://scipy.org>`__
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 <http://freeimage.sf.net>`__
The ``freeimage`` plugin provides support for reading various types of
image file formats, including multi-page TIFFs.