Skip to content

Commit 2d8e5f8

Browse files
committed
Remove cocoapi dependency
1 parent 8ef3e0a commit 2d8e5f8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

install.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ 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 -e .
15-
# pip install superannotate
14+
pip install -r requirements.txt
15+
16+
# pip install -e .
17+
pip install --pre superannotate
1618

1719
# for testing
1820
pip install pytest pytest-xdist coverage pytest-cov pylint pylint-json2html pylint-pytest

superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.0b7"
1+
__version__ = "2.5.0"

0 commit comments

Comments
 (0)