Skip to content

Commit b8b74ab

Browse files
committed
Remove cocoapi dependency
1 parent 49c0965 commit b8b74ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
22

3-
requires = ["numpy"]
3+
requires = ["Cython", "numpy", "setuptools", "wheel"]

superannotate/version.py

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

0 commit comments

Comments
 (0)