Skip to content

Commit

Permalink
Bump min version of torch
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed Jun 29, 2023
1 parent 2cff20c commit c5e70cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pycocotools>=2.0.4
- pyproj>=3
- python>=3.9
- pytorch>=1.12
- pytorch>=1.13
- pyvista>=0.29
- rarfile>=4
- rasterio>=1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/min-reqs.old
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rtree==1.0.0
segmentation-models-pytorch==0.2.0
shapely==1.7.1
timm==0.4.12
torch==1.12.0
torch==1.13.0
torchmetrics==0.10.0
torchvision==0.13.0

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ install_requires =
shapely>=1.7.1,<3
# timm 0.4.12 required by segmentation-models-pytorch
timm>=0.4.12,<0.10
# torch 1.12+ required by torchvision
torch>=1.12,<3
# torch 1.13+ required for supporting percentages in random_split
torch>=1.13,<3
# torchmetrics 0.10+ required for binary/multiclass/multilabel classification metrics
torchmetrics>=0.10,<0.12
# torchvision 0.13+ required for torchvision.models._api.WeightsEnum
Expand Down

0 comments on commit c5e70cd

Please sign in to comment.