Skip to content

Commit

Permalink
Update dependencies for docs (#1383)
Browse files Browse the repository at this point in the history
* Make docs deps match package deps

* Build docs with Python 3.7

to avoid sphinx-doc/sphinx#5995

Co-authored-by: Ryan Julian <rjulian@usc.edu>
  • Loading branch information
gitanshu and ryanjulian committed May 6, 2020
1 parent 8dff2f6 commit f291e64
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -349,5 +349,5 @@ def setup(app):
todo_include_todos = True

autodoc_mock_imports = [
'dm_control', 'torch', 'torchvision', 'mujoco_py', 'glfw'
'dm_control', 'glfw', 'mujoco_py', 'ray', 'torch', 'torchvision'
]
14 changes: 8 additions & 6 deletions docs/requirements.txt
@@ -1,19 +1,21 @@
akro
boto3
cached_property
click
cloudpickle
cma==1.1.06
dowel==0.0.2
gym[atari, box2d, classic_control]==0.12.4
cma==2.7.0
dm_env
dowel==0.0.3
gym[atari, box2d, classic_control]==0.15.4
joblib<0.13,>=0.12
psutil
pyglet<1.4.0,>=1.3.0
pyprind
python-dateutil
scikit-image
scipy
tensorflow<1.13,>=1.12.0
tensorflow-probability<0.6.0,>=0.5.0
setproctitle
tensorflow
tensorflow-probability

# dev dependencies
matplotlib
Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Expand Up @@ -4,7 +4,7 @@ sphinx:
configuration: docs/conf.py

python:
version: 3.6
version: 3.7
install:
- requirements: docs/requirements.txt
system_packages: true

0 comments on commit f291e64

Please sign in to comment.