Skip to content

Commit ae6e5b2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
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)