mmcv/.readthedocs.yml
Kai Chen 03214fd446
Support pytorch 1.7 and update the CI (#631)
* support pytorch 1.7 and update the CI

* fix CI

* fix onnxruntime version in macos
2020-10-31 17:58:15 +08:00

8 lines
133 B
YAML

version: 2
python:
version: 3.7
install:
- requirements: requirements/runtime.txt
- requirements: requirements/docs.txt