Skip to content

Commit

Permalink
missing req
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewilyas committed Aug 21, 2019
1 parent 3537c3f commit dac5c3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
}

autodoc_mock_imports = ['torch', 'numpy', 'pandas', 'tensorboardX', 'dill',
'torchvision', 'scipy', 'GPUtil', 'tables', 'scikit-learn', 'seaborn']
'torchvision', 'scipy', 'GPUtil', 'tables', 'scikit-learn', 'seaborn',
'cox']

autoclass_content = "both"

Expand Down

0 comments on commit dac5c3e

Please sign in to comment.