We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749a89b commit eaa86ddCopy full SHA for eaa86dd
doc/source/conf.py
@@ -34,6 +34,7 @@ def __getattr__(cls, name):
34
'scipy.ndimage','scipy.optimize', 'scipy.lib.blas.fblas','scipy.fftpack','scipy.interpolate','scipy', 'scipy.special',
35
'numpy', 'numpy.linalg', 'numpy.random', 'scipy.ndimage.interpolation',
36
'matplotlib','matplotlib.pyplot',
37
+ 'numba',
38
]
39
40
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
0 commit comments