Skip to content

Commit 2c71fc9

Browse files
authored
Revert "Mock scipy and numpy for Read the Docs (#108)" (#110)
This reverts commit 8a80433.
1 parent 8a80433 commit 2c71fc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ def __getattr__(cls, name):
1515

1616

1717
MOCK_MODULES = ['tensorflow', 'tensorflow.core', 'tensorflow.core.framework', 'tensorflow.python',
18-
'tensorflow.python.framework', 'tensorflow_serving', 'tensorflow_serving.apis',
19-
'numpy', 'scipy', 'scipy.sparse']
18+
'tensorflow.python.framework', 'tensorflow_serving', 'tensorflow_serving.apis']
2019
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
2120

2221
version = '1.1.2'

0 commit comments

Comments
 (0)