Skip to content

Commit

Permalink
Revert "Mock scipy and numpy for Read the Docs (#108)" (#110)
Browse files Browse the repository at this point in the history
This reverts commit 8a80433.
  • Loading branch information
laurenyu committed Mar 27, 2018
1 parent 8a80433 commit 2c71fc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ def __getattr__(cls, name):


MOCK_MODULES = ['tensorflow', 'tensorflow.core', 'tensorflow.core.framework', 'tensorflow.python',
'tensorflow.python.framework', 'tensorflow_serving', 'tensorflow_serving.apis',
'numpy', 'scipy', 'scipy.sparse']
'tensorflow.python.framework', 'tensorflow_serving', 'tensorflow_serving.apis']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

version = '1.1.2'
Expand Down

0 comments on commit 2c71fc9

Please sign in to comment.