Skip to content

Commit

Permalink
DOC don't mock typing module in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Jul 21, 2017
1 parent 8ec4f13 commit 4853f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ipython
scipy
numpy > 1.9.0
scikit-learn >= 0.18

typing
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __getattr__(cls, name):
# 'IPython',
# 'IPython.display',
# 'IPython.lib',
'typing',
# 'typing',
'xgboost',
'lightgbm',
'pandas',
Expand Down

0 comments on commit 4853f16

Please sign in to comment.