We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd52c3 commit 8a80433Copy full SHA for 8a80433
1 file changed
doc/conf.py
@@ -15,7 +15,8 @@ def __getattr__(cls, name):
15
16
17
MOCK_MODULES = ['tensorflow', 'tensorflow.core', 'tensorflow.core.framework', 'tensorflow.python',
18
- 'tensorflow.python.framework', 'tensorflow_serving', 'tensorflow_serving.apis']
+ 'tensorflow.python.framework', 'tensorflow_serving', 'tensorflow_serving.apis',
19
+ 'numpy', 'scipy', 'scipy.sparse']
20
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
21
22
version = '1.1.2'
0 commit comments