Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Fix] Fix mdformat version to support python3.6 & Add mim to extras_require in setup.py #359

Merged
merged 1 commit into from
Jun 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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