Skip to content

Commit

Permalink
added matplotlib back
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila committed May 6, 2018
1 parent 5934430 commit 2c18786
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
def check_dependencies():
install_requires = []

try:
import matplotlib
except ImportError:
install_requires.append('matplotlib')
try:
import seaborn
except ImportError:
Expand Down

0 comments on commit 2c18786

Please sign in to comment.