Skip to content

Commit 3c66463

Browse files
committed
Pin shapely version to 2.0.3 for consistent coordinate format
1 parent 50e045f commit 3c66463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Changelog = "https://github.com/Labelbox/labelbox-python/blob/develop/libs/label
4545

4646
[project.optional-dependencies]
4747
data = [
48-
"shapely>=2.0.3",
48+
"shapely==2.0.3",
4949
"numpy>=1.25.0",
5050
"pillow>=10.2.0",
5151
"typeguard>=4.1.5",

0 commit comments

Comments
 (0)