We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1b884 commit 1f3a994Copy full SHA for 1f3a994
docs/source/conf.py
@@ -14,7 +14,7 @@
14
import sys
15
sys.path.insert(0, os.path.abspath('../../'))
16
17
-autodoc_mock_imports = ['torch', 'torch.nn', 'torch.nn.functional', 'torchvision', 'gpytorch']
+autodoc_mock_imports = ['torch', 'torch.nn', 'torch.nn.functional', 'torchvision', 'gpytorch', 'segment_anything', 'pandas']
18
19
# -- Project information -----------------------------------------------------
20
0 commit comments