orhir commited on
Commit
5087d6d
1 Parent(s): d6962c9

Update setup.py

Browse files
Files changed (1) hide show
  1. setup.py +3 -3
setup.py CHANGED
@@ -4,9 +4,9 @@ import time
4
  from setuptools import find_packages, setup
5
  os.system('python -m pip install Openmim')
6
  os.system('python -m mim install mmengine')
7
- # os.system('python -m mim install "mmcv-full==1.6.2"')
8
- os.system('python -m mim install "mmcv-full"')
9
- os.system('python -m mim install "mmcv < 2.0.0"')
10
  os.system('python -m mim install "mmpose==0.29.0"')
11
  os.system('python -m mim install "gradio==3.44.0"')
12
 
 
4
  from setuptools import find_packages, setup
5
  os.system('python -m pip install Openmim')
6
  os.system('python -m mim install mmengine')
7
+ os.system('python -m mim install "mmcv-full==1.6.2"')
8
+ # os.system('python -m mim install "mmcv-full"')
9
+ # os.system('python -m mim install "mmcv < 2.0.0"')
10
  os.system('python -m mim install "mmpose==0.29.0"')
11
  os.system('python -m mim install "gradio==3.44.0"')
12