Skip to content

Commit

Permalink
add plotlyviz requirements for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Saul committed Mar 5, 2019
1 parent cbcb011 commit f6b7a86
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
else:
raise RuntimeError("Unable to find version string in %s." % (VERSIONFILE,))




with open('README.md') as f:
long_description = f.read()

Expand All @@ -39,7 +36,14 @@
'ipywidgets'
],
'docs': [ # `pip install -e ".[docs]"``
'sktda_docs_config'
'sktda_docs_config',

# for building docs for plotlyviz stuff
'networkx',
'matplotlib',
'python-igraph',
'plotly',
'ipywidgets'
]
},
install_requires=[
Expand Down

0 comments on commit f6b7a86

Please sign in to comment.