Skip to content

Commit

Permalink
[Improve] Add miminstall.txt in setup.py (open-mmlab#916)
Browse files Browse the repository at this point in the history
* [Improve] Add miminstall.txt in setup.py

* Create mminstall.txt
  • Loading branch information
wangruohui authored and ysli committed Jul 16, 2022
1 parent 86a4ead commit 03280fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/mminstall.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mmcv-full>=1.3.17
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,6 @@ def add_mim_extention():
extras_require={
'all': parse_requirements('requirements.txt'),
'tests': parse_requirements('requirements/tests.txt'),
'mim': parse_requirements('requirements/mminstall.txt'),
},
zip_safe=False)

0 comments on commit 03280fa

Please sign in to comment.