Skip to content

Commit

Permalink
Fix documentation compilation by installing matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Apr 4, 2020
1 parent f357ee1 commit ec3836a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ testfixtures==6.10.0
statsmodels==0.10.1
pyemd==0.5.1
pandas==0.25.2
matplotlib==3.2.1
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ def run(self):
'statsmodels',
'pyemd',
'pandas',
'matplotlib',
]

if sys.version_info < (3, 7):
Expand Down

0 comments on commit ec3836a

Please sign in to comment.