mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
Add yapf to install_requires (#285)
This commit is contained in:
parent
27e3284e26
commit
eb93599e1b
2
setup.py
2
setup.py
@ -22,7 +22,7 @@ def choose_requirement(primary, secondary):
|
||||
return str(primary)
|
||||
|
||||
|
||||
install_requires = ['addict', 'numpy', 'pyyaml']
|
||||
install_requires = ['addict', 'numpy', 'pyyaml', 'yapf']
|
||||
|
||||
# If first not installed install second package
|
||||
CHOOSE_INSTALL_REQUIRES = [('opencv-python-headless>=3', 'opencv-python>=3')]
|
||||
|
Loading…
x
Reference in New Issue
Block a user