[Feature]: add windows support by updating requirements.txt (#5052)

* add windows support

fixes https://github.com/open-mmlab/mmdetection/issues/4970

* fix linting
pull/5062/head
fcakyon 4 years ago committed by GitHub
parent 8a432d2082
commit ccda3994f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      requirements/runtime.txt

@ -1,5 +1,6 @@
matplotlib
numpy
pycocotools
pycocotools; platform_system == "Linux"
pycocotools-windows; platform_system == "Windows"
six
terminaltables

Loading…
Cancel
Save