Spaces:
Running
Running
Update setup.py
Browse files
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 |
-
|
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"')
|