Skip to content
Merged

2.6b1 #176

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/model_assisted_labeling/image_mea.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install labelbox==2.6b0 \\\n",
"!pip install labelbox==2.6b1 \\\n",
" requests \\\n",
" ndjson \\\n",
" scikit-image \\\n",
Expand Down
2 changes: 1 addition & 1 deletion labelbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "labelbox"
__version__ = "2.6b0"
__version__ = "2.6b1"

from labelbox.client import Client
from labelbox.schema.model import Model
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
"backoff==1.10.0",
"backports-datetime-fromisoformat==1.0.0; python_version < '3.7.0'",
"dataclasses==0.7; python_version < '3.7.0'", "ndjson==0.3.1",
"requests>=2.22.0", "google-api-core>=1.22.1", "pydantic==1.8",
"shapely", "numpy", "PILLOW"
"requests>=2.22.0", "google-api-core>=1.22.1", "pydantic>=1.8,<2.0",
"shapely", "numpy", "PILLOW"
],
Expand Down