orhir commited on
Commit
168761d
·
1 Parent(s): b042373

Upload setup.py

Browse files
Files changed (1) hide show
  1. setup.py +3 -1
setup.py CHANGED
@@ -4,7 +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 "mmpose==0.29.0"')
9
  os.system('python -m mim install "gradio==3.44.0"')
10
 
 
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