Skip to content

Commit

Permalink
[Fix] Fix mdformat version to support python3.6 & Add mim to extras_r…
Browse files Browse the repository at this point in the history
…equire in setup.py (#359)
  • Loading branch information
zytx121 authored Jun 15, 2022
1 parent ad47951 commit 22bbb49
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 54 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ repos:
- id: codespell
args: [ '--ignore-words-list', 'DOTA' ]
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.14
rev: 0.7.9
hooks:
- id: mdformat
args: ["--number"]
additional_dependencies:
- mdformat-gfm
- mdformat-openmmlab
- mdformat_frontmatter
- linkify-it-py
- repo: https://github.com/myint/docformatter
Expand Down
16 changes: 8 additions & 8 deletions docs/zh_cn/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

MMRotate 和 MMCV, MMDet 版本兼容性如下所示,需要安装正确的版本以避免安装出现问题。

| MMRotate 版本 | MMCV 版本 | MMDetection 版本 |
| :---------: | :-----------------------: | :-------------: |
| main | mmcv-full>=1.5.0, \<1.6.0 | mmdet >= 2.22.0 |
| 0.3.1 | mmcv-full>=1.5.0, \<1.6.0 | mmdet >= 2.22.0 |
| 0.3.0 | mmcv-full>=1.4.5, \<1.6.0 | mmdet >= 2.22.0 |
| 0.2.0 | mmcv-full>=1.4.5, \<1.5.0 | mmdet >= 2.19.0 |
| 0.1.1 | mmcv-full>=1.4.5, \<1.5.0 | mmdet >= 2.19.0 |
| 0.1.0 | mmcv-full>=1.4.5, \<1.5.0 | mmdet >= 2.19.0 |
| MMRotate 版本 | MMCV 版本 | MMDetection 版本 |
| :-----------: | :-----------------------: | :--------------: |
| main | mmcv-full>=1.5.0, \<1.6.0 | mmdet >= 2.22.0 |
| 0.3.1 | mmcv-full>=1.5.0, \<1.6.0 | mmdet >= 2.22.0 |
| 0.3.0 | mmcv-full>=1.4.5, \<1.6.0 | mmdet >= 2.22.0 |
| 0.2.0 | mmcv-full>=1.4.5, \<1.5.0 | mmdet >= 2.19.0 |
| 0.1.1 | mmcv-full>=1.4.5, \<1.5.0 | mmdet >= 2.19.0 |
| 0.1.0 | mmcv-full>=1.4.5, \<1.5.0 | mmdet >= 2.19.0 |

- "No module named 'mmcv.ops'"; "No module named 'mmcv.\_ext'".

Expand Down
Loading

0 comments on commit 22bbb49

Please # to comment.