Skip to content

Commit 3be2112

Browse files
committed
Force use of newer shapely with newer Python
1 parent db7ffc5 commit 3be2112

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ dependencies = [
6767
# segmentation-models-pytorch 0.2+ required for smp.losses module
6868
"segmentation-models-pytorch>=0.2",
6969
# shapely 1.7.1+ required for Python 3.9 wheels
70+
# shapely 2.0.2+ required for Python 3.12 support
7071
"shapely>=1.7.1",
72+
"shapely>=2.0.2; python_version>='3.12'",
7173
# timm 0.4.12 required by segmentation-models-pytorch
7274
"timm>=0.4.12",
7375
# torch 1.12+ required by torchvision

0 commit comments

Comments
 (0)