Skip to content

Commit

Permalink
remove opendr from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Fang-Haoshu authored Nov 23, 2022
1 parent 555071e commit 7be4b15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ def get_install_requires():
'tqdm', 'tensorboardx', 'easydict',
'pyyaml', 'halpecocotools',
'torch>=1.1.0', 'torchvision>=0.3.0',
'munkres', 'timm==0.1.20', 'natsort',
'opendr'
'munkres', 'timm==0.1.20', 'natsort'
]
# official pycocotools doesn't support Windows, we will install it by third-party git repository later
if platform.system() != 'Windows':
Expand Down

0 comments on commit 7be4b15

Please sign in to comment.