Skip to content

Commit 6a2768f

Browse files
author
Matt Sokoloff
committed
remove rasterio dep
1 parent 366600e commit 6a2768f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# Version 3.17.1 (2022-03-24)
4+
## Updated
5+
* Remove unused rasterio dependency
6+
37
# Version 3.17.0 (2022-03-22)
48
## Added
59
* Create batches from the SDK (Beta). Learn more about [batches](https://docs.labelbox.com/docs/batches)

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__ = "3.17.0"
2+
__version__ = "3.17.1"
33

44
from labelbox.client import Client
55
from labelbox.schema.project import Project

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
extras_require={
3030
'data': [
31-
"shapely", "geojson", "numpy", "rasterio", "PILLOW",
31+
"shapely", "geojson", "numpy", "PILLOW",
3232
"opencv-python", "typeguard", "imagesize", "pyproj", "pygeotile",
3333
"typing-extensions", "packaging"
3434
],

0 commit comments

Comments
 (0)