Bump matplotlib to 1.2

This commit is contained in:
Steven Silvester
2014-10-06 14:43:44 -05:00
parent bc1ce12248
commit 028fb53368
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ before_install:
- if [[ $ENV != python=2.6* ]]; then
travis_retry pip install matplotlib --no-index --find-links=http://wheels.scikit-image.org/;
else
pip install matplotlib==1.1.0;
pip install matplotlib==1.2.0;
fi
- pip install pillow --no-index --find-links=http://wheels.scikit-image.org/
- python check_bento_build.py
+1 -1
View File
@@ -12,7 +12,7 @@ You can use pip to automatically install the base dependencies as follows::
Runtime requirements
--------------------
* `SciPy >= 0.9 <http://scipy.org>`__
* `Matplotlib >= 1.0 <http://matplotlib.sf.net>`__
* `Matplotlib >= 1.2 <http://matplotlib.sf.net>`__
* `NetworkX >= 1.8 <https://networkx.github.io>`__
* `Pillow <https://pypi.python.org/pypi/Pillow>`__
(or `PIL <http://www.pythonware.com/products/pil/>`__)
+1 -1
View File
@@ -1,5 +1,5 @@
cython>=0.19.2
matplotlib>=1.1
matplotlib>=1.2
numpy>=1.6
scipy>=0.9
six>=1.3