Skip to content

Commit 5bb2e3c

Browse files
authored
Merge pull request #310 from MIT-LCP/seg_fault
This updates the Matplotlib version to avoid segmentation faults on Macs running Big Sur.
2 parents 76eab35 + 22838df commit 5bb2e3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cycler==0.10.0
44
idna==2.9
55
joblib==0.14.1
66
kiwisolver==1.2.0
7-
matplotlib==3.2.1
7+
matplotlib==3.3.4
88
nose==1.3.7
99
numpy==1.18.5
1010
pandas==1.0.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
'idna>=2.2',
6363
'joblib>=0.11',
6464
'kiwisolver>=1.1.0',
65-
'matplotlib>=2.0.0',
65+
'matplotlib>=3.3.4',
6666
'numpy>=1.10.1',
6767
'pandas>=0.17.0',
6868
'pyparsing>=2.0.4',

0 commit comments

Comments
 (0)