Skip to content

Commit

Permalink
Pin matplotlib to something below 3.3.0 really in setup.py as well
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernLudwigPTB committed Sep 17, 2020
1 parent 11c7129 commit aa7a989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run(self):
install_requires=[
"numpy",
"scipy",
"matplotlib<=3.3.0",
"matplotlib<3.3.0",
"pandas",
"osbrain",
"dash",
Expand Down

0 comments on commit aa7a989

Please sign in to comment.