orhir commited on
Commit
5d20aec
·
verified ·
1 Parent(s): 0a53810

Update setup.py

Browse files
Files changed (1) hide show
  1. setup.py +0 -5
setup.py CHANGED
@@ -3,15 +3,10 @@ import subprocess
3
  import time
4
  from setuptools import find_packages, setup
5
 
6
- os.system('python -m pip install Openmim')
7
  os.system('python -m mim install mmengine')
8
  os.system('python -m mim install "mmcv-full==1.7.2"')
9
  os.system('python -m mim install ""mmdet==2.28.2"')
10
  os.system('python -m mim install "mmpose==0.29.0"')
11
- os.system('python -m pip install "xformers==0.0.22.post7"')
12
- os.system('python -m pip install "yapf==0.40.1')
13
- os.system('python -m pip install "numpy==1.26.4')
14
- os.system('python -m pip install future tensorboard fairseq einops transformers')
15
 
16
  def readme():
17
  with open('README.md', encoding='utf-8') as f:
 
3
  import time
4
  from setuptools import find_packages, setup
5
 
 
6
  os.system('python -m mim install mmengine')
7
  os.system('python -m mim install "mmcv-full==1.7.2"')
8
  os.system('python -m mim install ""mmdet==2.28.2"')
9
  os.system('python -m mim install "mmpose==0.29.0"')
 
 
 
 
10
 
11
  def readme():
12
  with open('README.md', encoding='utf-8') as f: