Skip to content

Commit f8cafce

Browse files
committed
API: bump minimum numpy version to minimum that supports 3.5
1 parent acd1929 commit f8cafce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ matrix:
7272
- DATEUTIL=python-dateutil==2.1
7373
- MOCK=mock
7474
- NOSE=nose
75-
- NUMPY=numpy==1.7.1
75+
- NUMPY=numpy==1.10.0
7676
- PANDAS='pandas<0.21.0'
7777
- PYPARSING=pyparsing==2.0.1
7878
- PYTEST=pytest==3.1.0

lib/matplotlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142

143143
_log = logging.getLogger(__name__)
144144

145-
__version__numpy__ = str('1.7.1') # minimum required numpy version
145+
__version__numpy__ = str('1.10.0') # minimum required numpy version
146146

147147
__bibtex__ = r"""@Article{Hunter:2007,
148148
Author = {Hunter, J. D.},

0 commit comments

Comments
 (0)