Skip to content

Commit

Permalink
update requirements about mim in setup.py and opencv-python in runtim…
Browse files Browse the repository at this point in the history
…e.txt (#590)
  • Loading branch information
JingweiZhang12 authored Jun 15, 2022
1 parent f6dba9d commit 841b799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lap
matplotlib
mmcls>=0.16.0
motmetrics
opencv-python
opencv-python != 4.5.5.*
packaging
pandas<=1.3.5
pycocotools<=2.0.2
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ def add_mim_extension():
extras_require={
'all': parse_requirements('requirements.txt'),
'tests': parse_requirements('requirements/tests.txt'),
'build': parse_requirements('requirements/build.txt')
'build': parse_requirements('requirements/build.txt'),
'mim': parse_requirements('requirements/mminstall.txt')
},
ext_modules=[],
cmdclass={'build_ext': BuildExtension},
Expand Down

0 comments on commit 841b799

Please sign in to comment.