Skip to content

Commit faa0bd6

Browse files
author
Matt Sokoloff
committed
fixed dep issue
1 parent 779aab8 commit faa0bd6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33

4-
# Version 2.6b0+mea (2021-06-16)
4+
# Version 2.6b2+mea (2021-06-16)
55
## Added
66
* `ModelRun.annotation_groups()` to fetch data rows and label information for a model run
77

examples/model_assisted_labeling/image_mea.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"metadata": {},
3030
"outputs": [],
3131
"source": [
32-
"!pip install labelbox==2.6b1 \\\n",
32+
"!pip install labelbox==2.6b2 \\\n",
3333
" requests \\\n",
3434
" ndjson \\\n",
3535
" scikit-image \\\n",
@@ -449,4 +449,4 @@
449449
},
450450
"nbformat": 4,
451451
"nbformat_minor": 5
452-
}
452+
}

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "2.6b1"
2+
__version__ = "2.6b2"
33

44
from labelbox.client import Client
55
from labelbox.schema.model import Model

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"backports-datetime-fromisoformat==1.0.0; python_version < '3.7.0'",
2525
"dataclasses==0.7; python_version < '3.7.0'", "ndjson==0.3.1",
2626
"requests>=2.22.0", "google-api-core>=1.22.1", "pydantic>=1.8,<2.0",
27-
"shapely", "numpy", "PILLOW"
27+
"shapely", "numpy", "PILLOW", "base36"
2828
],
2929
classifiers=[
3030
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)