[Feature]: add windows support by updating requirements.txt (#5052)
* add windows support fixes https://github.com/open-mmlab/mmdetection/issues/4970 * fix lintingpull/5062/head
parent
8a432d2082
commit
ccda3994f2
1 changed files with 2 additions and 1 deletions
@ -1,5 +1,6 @@ |
|||||||
matplotlib |
matplotlib |
||||||
numpy |
numpy |
||||||
pycocotools |
pycocotools; platform_system == "Linux" |
||||||
|
pycocotools-windows; platform_system == "Windows" |
||||||
six |
six |
||||||
terminaltables |
terminaltables |
||||||
|
Loading…
Reference in new issue