forked from open-mmlab/mmpose
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the 'Optional' extra require in setup.py (open-mmlab#1491)
* Added the 'Optional' extra require in setup.py Added the missing extra of "optional" as seen in other MM repos as mmaction2 (https://github.com/open-mmlab/mmaction2/blob/master/setup.py#L193) and mmdetection (https://github.com/open-mmlab/mmdetection/blob/master/setup.py#L216) Without it, users who are used to install mmlab packages will automatically add the "optional" extra and will encounter a pip error * move albumentations from optional.txt to albu.txt * addd pip install albumentations command in the workflow Co-authored-by: liqikai <tiger19971215@sjtu.edu.cn>
- Loading branch information
1 parent
8e3787e
commit d93d250
Showing
3 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
<<<<<<< HEAD | ||
======= | ||
onnx | ||
onnxruntime | ||
poseval@git+https://github.com/svenkreiss/poseval.git | ||
pyrender | ||
>>>>>>> b52e4dfb (Added the 'Optional' extra require in setup.py (#1491)) | ||
requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters