Skip to content

Commit 8142414

Browse files
committed
pinned pillow
1 parent e39a7ca commit 8142414

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/labelbox/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ data = [
4747
"shapely>=2.0.3",
4848
# numpy v2 breaks package since it only supports python >3.9
4949
"numpy>=1.24.4, <2.0.0",
50-
"pillow>=10.2.0",
50+
# pinned pillow to under 10.1.0 for imageio 2.31.6 support
51+
"pillow<=10.1.0",
5152
"typeguard>=4.1.5",
5253
"imagesize>=1.4.1",
5354
"pyproj>=3.5.0",

0 commit comments

Comments
 (0)