Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
da39212f
Commit
da39212f
authored
Oct 13, 2018
by
Kai Chen
Browse files
add requirements.txt
parent
54dd32ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
docs/conf.py
docs/conf.py
+1
-1
requirements.txt
requirements.txt
+6
-0
No files found.
docs/conf.py
View file @
da39212f
...
...
@@ -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'
]
...
...
requirements.txt
0 → 100644
View file @
da39212f
addict
numpy
>=1.11.1
pyyaml
six
requests
opencv-python
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment