Skip to content

Commit

Permalink
Undo changes to minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Mar 2, 2024
1 parent 55fb77c commit d56a1ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ dependencies = [
"shapely>=1.7.1",
# timm 0.4.12 required by segmentation-models-pytorch
"timm>=0.4.12",
# torch 1.13+ required by torchvision
"torch>=1.13",
# torch 1.12+ required by torchvision
"torch>=1.12",
# torchmetrics 0.10+ required for binary/multiclass/multilabel classification metrics
"torchmetrics>=0.10",
# torchvision 0.13+ required for torchvision.models._api.WeightsEnum
"torchvision>=0.14",
"torchvision>=0.13",
]
dynamic = ["version"]

Expand Down

0 comments on commit d56a1ee

Please sign in to comment.