Skip to content

Commit

Permalink
add missing dependencies to rtd (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpchen authored and fritzo committed Feb 24, 2018
1 parent a66d8cd commit 734e066
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
sphinx
sphinx_rtd_theme
numpy>=1.7
cloudpickle>=0.3.1
graphviz>=0.8
networkx>=2.0.0
observations>=0.1.4
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ def setup(app):
os.system('aws s3 --no-sign-request sync s3://pyro-ppl/ci tmp --exclude "*" --include "*-cp27-*";')
os.system('pip install tmp/*')
os.system('rm -r tmp')
os.system('pip install -e .[test]')
os.system('pip install -e .')

0 comments on commit 734e066

Please sign in to comment.