Skip to content

Commit 238267a

Browse files
authored
Merge pull request #176 from Labelbox/mea-dev
2.6b1
2 parents 494ab5b + 034023b commit 238267a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

examples/model_assisted_labeling/image_mea.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"metadata": {},
3030
"outputs": [],
3131
"source": [
32-
"!pip install labelbox==2.6b0 \\\n",
32+
"!pip install labelbox==2.6b1 \\\n",
3333
" requests \\\n",
3434
" ndjson \\\n",
3535
" scikit-image \\\n",

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.6b0"
2+
__version__ = "2.6b1"
33

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

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
"backoff==1.10.0",
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",
26-
"requests>=2.22.0", "google-api-core>=1.22.1", "pydantic==1.8",
27-
"shapely", "numpy", "PILLOW"
2826
"requests>=2.22.0", "google-api-core>=1.22.1", "pydantic>=1.8,<2.0",
2927
"shapely", "numpy", "PILLOW"
3028
],

0 commit comments

Comments
 (0)