mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-20 12:50:52 +08:00
Bump matplotlib to 1.2
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -1,5 +1,5 @@
|
||||
cython>=0.19.2
|
||||
matplotlib>=1.1
|
||||
matplotlib>=1.2
|
||||
numpy>=1.6
|
||||
scipy>=0.9
|
||||
six>=1.3
|
||||
|
||||
Reference in New Issue
Block a user