Skip to content

Commit a1489e3

Browse files
committed
fix: mock imports
1 parent 92d1f4b commit a1489e3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
# import MOCK
2121
from unittest import mock
2222

23-
# Mock open3d because it fails to build in readthedocs
24-
MOCK_MODULES = ["torch",
23+
# Mock imports
24+
MOCK_MODULES = ["numpy",
25+
"pandas"
26+
"torch",
2527
"pysam",
2628
"pybedtools",
2729
"pyfasta",

0 commit comments

Comments
 (0)