Skip to content

Commit 20ac627

Browse files
committed
memory leak with matplotlib 1.5.1 replace by 1.4.3
1 parent 73d324b commit 20ac627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
'numpy>=1.8'],
3232
install_requires=[
3333
'numpy>=1.9',
34-
'matplotlib>=1.2.1',
34+
# Bug with 1.5.1 (slow memory leak)
35+
'matplotlib==1.4.3',
3536
'scipy>=0.15.1',
3637
'netCDF4>=1.1.0',
3738
'pyyaml',

0 commit comments

Comments
 (0)