mirror of
https://github.com/open-mmlab/mmselfsup.git
synced 2025-06-03 14:59:38 +08:00
[Feature]: Add new requirements (#7)
This commit is contained in:
parent
12ccaae7e5
commit
1e9e4ed47b
9
requirements/docs.txt
Normal file
9
requirements/docs.txt
Normal file
@ -0,0 +1,9 @@
|
||||
docutils==0.16.0
|
||||
myst_parser
|
||||
-e git+https://github.com/open-mmlab/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
|
||||
recommonmark
|
||||
sphinx==4.0.2
|
||||
sphinx==4.0.2
|
||||
sphinx-copybutton
|
||||
sphinx_markdown_tables
|
||||
sphinx_rtd_theme==0.5.2
|
1
requirements/mminstall.txt
Normal file
1
requirements/mminstall.txt
Normal file
@ -0,0 +1 @@
|
||||
mmcv-full>=1.3.16
|
5
requirements/readthedocs.txt
Normal file
5
requirements/readthedocs.txt
Normal file
@ -0,0 +1,5 @@
|
||||
faiss-cpu
|
||||
mmcv>=1.3.16
|
||||
sklearn
|
||||
torch
|
||||
torchvision
|
@ -1,13 +1,11 @@
|
||||
matplotlib
|
||||
mmcv==1.0.3
|
||||
numpy
|
||||
# need older pillow until torchvision is fixed
|
||||
Pillow<=6.2.2
|
||||
packaging
|
||||
six
|
||||
terminaltables
|
||||
sklearn
|
||||
faiss-gpu==1.6.1
|
||||
tensorboard
|
||||
future
|
||||
matplotlib
|
||||
numpy
|
||||
packaging
|
||||
scipy
|
||||
six
|
||||
sklearn
|
||||
tensorboard
|
||||
terminaltables
|
||||
tqdm
|
||||
|
@ -1,11 +1,10 @@
|
||||
asynctest
|
||||
codecov
|
||||
flake8
|
||||
isort
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-runner
|
||||
xdoctest >= 0.10.0
|
||||
yapf
|
||||
interrogate
|
||||
isort==4.3.21
|
||||
# Note: used for kwarray.group_items, this may be ported to mmcv in the future.
|
||||
kwarray
|
||||
pytest
|
||||
xdoctest>=0.10.0
|
||||
yapf
|
||||
|
Loading…
x
Reference in New Issue
Block a user