We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd1929 commit f8cafceCopy full SHA for f8cafce
.travis.yml
@@ -72,7 +72,7 @@ matrix:
72
- DATEUTIL=python-dateutil==2.1
73
- MOCK=mock
74
- NOSE=nose
75
- - NUMPY=numpy==1.7.1
+ - NUMPY=numpy==1.10.0
76
- PANDAS='pandas<0.21.0'
77
- PYPARSING=pyparsing==2.0.1
78
- PYTEST=pytest==3.1.0
lib/matplotlib/__init__.py
@@ -142,7 +142,7 @@
142
143
_log = logging.getLogger(__name__)
144
145
-__version__numpy__ = str('1.7.1') # minimum required numpy version
+__version__numpy__ = str('1.10.0') # minimum required numpy version
146
147
__bibtex__ = r"""@Article{Hunter:2007,
148
Author = {Hunter, J. D.},
0 commit comments