Skip to content

Commit

Permalink
Force use of newer shapely with newer Python
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Mar 2, 2024
1 parent db7ffc5 commit 3be2112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ dependencies = [
# segmentation-models-pytorch 0.2+ required for smp.losses module
"segmentation-models-pytorch>=0.2",
# shapely 1.7.1+ required for Python 3.9 wheels
# shapely 2.0.2+ required for Python 3.12 support
"shapely>=1.7.1",
"shapely>=2.0.2; python_version>='3.12'",
# timm 0.4.12 required by segmentation-models-pytorch
"timm>=0.4.12",
# torch 1.12+ required by torchvision
Expand Down

0 comments on commit 3be2112

Please sign in to comment.