This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
mmcv
mirror of
https://github.com/open-mmlab/mmcv.git
Watch
1
Star
0
Fork
You've already forked mmcv
0
Code
Issues
Projects
Releases
Wiki
Activity
76d9bf1efb
mmcv
/
requirements.txt
6 lines
53 B
Plaintext
Raw
Normal View
History
Unescape
Escape
remove the outdated PaviLoggerHook and add requirements.txt (#185)
2020-02-12 22:46:12 +08:00
addict
numpy
pyyaml
Replace `re` with `regex` (#457) * replace `re` with `regex` * add regex in requirements * use regex on windows and re on linux * update requirements.txt
2020-08-03 11:45:50 +08:00
regex;sys_platform=='win32'
Add yapf for Config.pretty_text (#281) * add yapf for pretty text * add yapf style
2020-05-14 14:17:39 +08:00
yapf