Skip to content

Commit

Permalink
Remove pycocotools from dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jun 18, 2019
1 parent 58026a3 commit 6c72b7a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 119 deletions.
2 changes: 0 additions & 2 deletions demos/grasp_fusion/grasp_fusion_lib/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

from . import apc

from . import coco

from . import voc

from .utils import view_dataset
Expand Down
110 changes: 0 additions & 110 deletions demos/grasp_fusion/grasp_fusion_lib/datasets/coco.py

This file was deleted.

1 change: 0 additions & 1 deletion demos/grasp_fusion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ matplotlib
numpy
pathlib2
Pillow
pycocotools
PyYaml
scipy>=1.0.0
scikit-image
Expand Down
2 changes: 1 addition & 1 deletion demos/grasp_fusion/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
exclude = .anaconda*/, build/, grasp_fusion_lib/external/pycocotools/, src/, examples/basics/, examples/rbo_seg_apc2016/rbo_seg/, ros/image_proc_contrib/external/
exclude = .anaconda*/, build/, src/, examples/basics/, examples/rbo_seg_apc2016/rbo_seg/, ros/image_proc_contrib/external/
ignore = H304, E123, E731, W504

[tool:pytest]
Expand Down

This file was deleted.

0 comments on commit 6c72b7a

Please sign in to comment.