Skip to content

Commit 9ce5724

Browse files
authored
Merge pull request #397 from Labelbox/ms/packaging
add missing dep
2 parents 7f32709 + 04b2301 commit 9ce5724

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
# Version 3.12.0 (2022-01-13)
2+
# Version 3.12.0 (2022-01-19)
33
## Added
44
* Tiled Imagery annotation type
55
- A set of classes that support Tiled Image assets
@@ -8,6 +8,7 @@
88
* Support transformations from one EPSG to another with `EPSGTransformer` class
99
- Supports EPSG to Pixel space transformations
1010

11+
1112
# Version 3.11.1 (2022-01-10)
1213
## Fix
1314
* Make `TypedArray` class compatible with `numpy` versions `>= 1.22.0`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'data': [
3131
"shapely", "geojson", "numpy", "rasterio", "PILLOW",
3232
"opencv-python", "typeguard", "imagesize", "pyproj", "pygeotile",
33-
"typing-extensions"
33+
"typing-extensions", "packaging"
3434
],
3535
},
3636
classifiers=[

0 commit comments

Comments
 (0)