8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cac22c commit e3442aeCopy full SHA for e3442ae
.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