Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29c9295

Browse files
committed
Merge pull request matplotlib#3229 from tacaswell/bump_np_version
DEP : bump min numpy to 1.6
2 parents cca8e41 + 31e639a commit 29c9295

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
@@ -111,7 +111,7 @@
111111
import distutils.version
112112

113113
__version__ = '1.4.x'
114-
__version__numpy__ = '1.5' # minimum required numpy version
114+
__version__numpy__ = '1.6' # minimum required numpy version
115115

116116
try:
117117
import dateutil

0 commit comments

Comments
 (0)