orhir commited on
Commit
3240932
1 Parent(s): be5207c

Update setup.py

Browse files
Files changed (1) hide show
  1. setup.py +2 -2
setup.py CHANGED
@@ -4,8 +4,8 @@ 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.7.0"')
8
- # os.system('python -m mim install "mmcv-full==1.6.2"')
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"')
 
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.7.0"')
8
+ os.system('python -m mim install "mmcv-full==1.6.2"')
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"')