Skip to content

Commit

Permalink
Merge pull request #310 from MIT-LCP/seg_fault
Browse files Browse the repository at this point in the history
This updates the Matplotlib version to avoid segmentation faults on Macs running Big Sur.
  • Loading branch information
tompollard authored Jun 22, 2021
2 parents 76eab35 + 22838df commit 5bb2e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cycler==0.10.0
idna==2.9
joblib==0.14.1
kiwisolver==1.2.0
matplotlib==3.2.1
matplotlib==3.3.4
nose==1.3.7
numpy==1.18.5
pandas==1.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'idna>=2.2',
'joblib>=0.11',
'kiwisolver>=1.1.0',
'matplotlib>=2.0.0',
'matplotlib>=3.3.4',
'numpy>=1.10.1',
'pandas>=0.17.0',
'pyparsing>=2.0.4',
Expand Down

0 comments on commit 5bb2e3c

Please # to comment.