mirror of https://github.com/open-mmlab/mmocr.git
parent
b8abcae570
commit
3282e433f9
|
@ -38,7 +38,9 @@ extensions = [
|
|||
'sphinx_markdown_tables',
|
||||
]
|
||||
|
||||
autodoc_mock_imports = ['torch', 'torchvision', 'mmcv', 'mmocr.version']
|
||||
autodoc_mock_imports = [
|
||||
'torch', 'torchvision', 'mmcv', 'mmocr.version', 'mmdet'
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
numpy
|
||||
recommonmark
|
||||
sphinx
|
||||
sphinx_markdown_tables
|
||||
|
|
|
@ -3,8 +3,6 @@ kwarray
|
|||
lmdb
|
||||
matplotlib
|
||||
mmcv
|
||||
mmdet==2.9.0
|
||||
numpy
|
||||
Polygon3
|
||||
pyclipper
|
||||
rapidfuzz
|
||||
|
|
Loading…
Reference in New Issue