mmcv/requirements.txt
Jintao Lin 9de04d2284
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

6 lines
53 B
Plaintext

addict
numpy
pyyaml
regex;sys_platform=='win32'
yapf