Skip to content

Commit 55fb77c

Browse files
committed
bump required versions hail mary
1 parent e46ab70 commit 55fb77c

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ dependencies = [
7070
"shapely>=1.7.1",
7171
# timm 0.4.12 required by segmentation-models-pytorch
7272
"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",
7575
# torchmetrics 0.10+ required for binary/multiclass/multilabel classification metrics
7676
"torchmetrics>=0.10",
7777
# torchvision 0.13+ required for torchvision.models._api.WeightsEnum
78-
"torchvision>=0.13",
78+
"torchvision>=0.14",
7979
]
8080
dynamic = ["version"]
8181

requirements/required.txt

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# setup
2-
setuptools==68.2.0
2+
setuptools==69.1.0
33

44
# install
5-
einops==0.6.1
5+
einops==0.7.0
66
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
1414
pyproj==3.6.1
1515
rasterio==1.3.9
16-
rtree==1.0.1
16+
rtree==1.2.0
1717
segmentation-models-pytorch==0.3.3
18-
shapely==2.0.1
18+
shapely==2.0.3
1919
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

0 commit comments

Comments
 (0)