diff --git a/setup.py b/setup.py index 9f55e69d..55b64aba 100644 --- a/setup.py +++ b/setup.py @@ -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':