Skip to content

Commit

Permalink
Move pycocotools to dev only dependency of VISSL (facebookresearch#204)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebookresearch#204

pycocotools is not a mandatory dependency of vissl. moving this to dev only

Reviewed By: bottler

Differential Revision: D26725057

fbshipit-source-id: 30f29e6bd9b245ecfa55e05087d745a4722d9066
  • Loading branch information
prigoyal authored and facebook-github-bot committed Mar 1, 2021
1 parent 44bb572 commit 179e293
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dev/packaging/vissl_conda/vissl/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ requirements:
- importlib_resources
- hydra-core
- tabulate
- pycocotools>=2.0.1

test:
imports:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ parameterized==0.7.4
numpy>=1.15
submitit>=1.1.5
tabulate
pycocotools>=2.0.1
fvcore
fairscale
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def get_version():
"nbconvert",
"bs4",
"faiss-gpu",
"pycocotools>=2.0.1",
]
},
)

0 comments on commit 179e293

Please sign in to comment.