File tree 2 files changed +17
-17
lines changed
2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ dependencies = [
70
70
" shapely>=1.7.1" ,
71
71
# timm 0.4.12 required by segmentation-models-pytorch
72
72
" timm>=0.4.12" ,
73
- # torch 1.12 + required by torchvision
74
- " torch>=1.12 " ,
73
+ # torch 1.13 + required by torchvision
74
+ " torch>=1.13 " ,
75
75
# torchmetrics 0.10+ required for binary/multiclass/multilabel classification metrics
76
76
" torchmetrics>=0.10" ,
77
77
# torchvision 0.13+ required for torchvision.models._api.WeightsEnum
78
- " torchvision>=0.13 " ,
78
+ " torchvision>=0.14 " ,
79
79
]
80
80
dynamic = [" version" ]
81
81
Original file line number Diff line number Diff line change 1
1
# setup
2
- setuptools==68.2 .0
2
+ setuptools==69.1 .0
3
3
4
4
# install
5
- einops==0.6.1
5
+ einops==0.7.0
6
6
fiona==1.9.5
7
- kornia==0.7.0
8
- lightly==1.4.21
9
- lightning[pytorch-extra]==2.1.1
10
- matplotlib==3.8.1
11
- numpy==1.26.1
12
- pandas==2.1.2
13
- pillow==10.1 .0
7
+ kornia==0.7.1
8
+ lightly==1.5.0
9
+ lightning[pytorch-extra]==2.2.0.post0
10
+ matplotlib==3.8.3
11
+ numpy==1.26.4
12
+ pandas==2.2.1
13
+ pillow==10.2 .0
14
14
pyproj==3.6.1
15
15
rasterio==1.3.9
16
- rtree==1.0.1
16
+ rtree==1.2.0
17
17
segmentation-models-pytorch==0.3.3
18
- shapely==2.0.1
18
+ shapely==2.0.3
19
19
timm==0.9.2
20
- torch==2.1.0
21
- torchmetrics==1.2.0
22
- torchvision==0.16.0
20
+ torch==2.2.1
21
+ torchmetrics==1.3.1
22
+ torchvision==0.17.1
You can’t perform that action at this time.
0 commit comments