Skip to content

Commit a3dd6ce

Browse files
committed
Remove cocoapi dependency
1 parent 3474979 commit a3dd6ce

File tree

6 files changed

+5
-15227
lines changed

6 files changed

+5
-15227
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@ sample_tif_files
137137
# python virtual env for SDK testing
138138
venv_sa_conv
139139
pylint.html
140+
_mask.c

install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ rm -rf venv_sa_conv
1111
python${PYTHON_VER} -m venv venv_sa_conv
1212
source venv_sa_conv/bin/activate
1313

14-
pip install -r requirements.txt
15-
1614
pip install -e .
1715
# pip install superannotate
1816

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
Extension(
2424
'superannotate.pycocotools_sa._mask',
2525
sources=[
26-
'superannotate/pycocotools_sa/maskApi.c',
27-
'superannotate/pycocotools_sa/_mask.pyx'
26+
'superannotate/pycocotools_sa/_mask.pyx',
27+
'superannotate/pycocotools_sa/maskApi.c'
2828
],
29-
include_dirs=[np.get_include(), './superannotate/pycocotools_sa'],
29+
include_dirs=[np.get_include(), 'superannotate/pycocotools_sa'],
3030
extra_compile_args=[],
3131
)
3232
]

0 commit comments

Comments
 (0)