We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec3aed commit 215378cCopy full SHA for 215378c
.github/workflows/test_mim.yml
docs/en/notes/changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 1.0.0rc2 (1/6/2023)
+## 1.0.0rc2 (1/10/2023)
4
5
**Highlights**
6
requirements/mminstall.txt
@@ -1 +1,2 @@
mmcv>=2.0.0rc0,<2.1.0
+mmengine>=0.3.0
setup.py
@@ -190,5 +190,6 @@ def add_mim_extension():
190
'all': parse_requirements('requirements.txt'),
191
'tests': parse_requirements('requirements/tests.txt'),
192
'optional': parse_requirements('requirements/optional.txt'),
193
+ 'mim': parse_requirements('requirements/mminstall.txt'),
194
},
195
zip_safe=False)
0 commit comments