orhir commited on
Commit
5d89183
·
1 Parent(s): cea7a7e

Upload setup.py

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -5,7 +5,7 @@ from setuptools import find_packages, setup
5
  os.system('python -m mim install mmengine')
6
  os.system('python -m mim install "mmcv-full==1.6.2"')
7
  os.system('python -m mim install "mmpose==0.29.0"')
8
-
9
 
10
  def readme():
11
  with open('README.md', encoding='utf-8') as f:
 
5
  os.system('python -m mim install mmengine')
6
  os.system('python -m mim install "mmcv-full==1.6.2"')
7
  os.system('python -m mim install "mmpose==0.29.0"')
8
+ import mmcv
9
 
10
  def readme():
11
  with open('README.md', encoding='utf-8') as f: