Skip to content

Commit

Permalink
Pinning matplotlib version in hopes of allowing 2.7 usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmayespq committed Oct 14, 2018
1 parent dc4c54e commit 9dfeed8
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
@@ -1,7 +1,7 @@
pandas
scipy
seaborn
matplotlib
matplotlib==2.2.3
argparse>=1.2.1
six
numpy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'pandas',
'scipy',
'seaborn',
'matplotlib',
'matplotlib==2.2.3',
'numpy',
]

Expand Down

0 comments on commit 9dfeed8

Please sign in to comment.