mirror of https://github.com/open-mmlab/mmcv.git
add requirements.txt
parent
54dd32ea22
commit
da39212f94
|
@ -47,7 +47,7 @@ extensions = [
|
|||
'sphinx.ext.viewcode',
|
||||
]
|
||||
|
||||
autodoc_mock_imports = ['cv2', 'torch']
|
||||
autodoc_mock_imports = ['cv2', 'torch', 'enum', 'pathlib']
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
addict
|
||||
numpy>=1.11.1
|
||||
pyyaml
|
||||
six
|
||||
requests
|
||||
opencv-python
|
Loading…
Reference in New Issue