bump required versions hail mary

This commit is contained in:
isaaccorley 2024-03-02 22:43:14 +00:00
Родитель e46ab70fe7
Коммит 55fb77c35c
2 изменённых файлов: 17 добавлений и 17 удалений

Просмотреть файл

@ -70,12 +70,12 @@ dependencies = [
"shapely>=1.7.1",
# timm 0.4.12 required by segmentation-models-pytorch
"timm>=0.4.12",
# torch 1.12+ required by torchvision
"torch>=1.12",
# torch 1.13+ required by torchvision
"torch>=1.13",
# torchmetrics 0.10+ required for binary/multiclass/multilabel classification metrics
"torchmetrics>=0.10",
# torchvision 0.13+ required for torchvision.models._api.WeightsEnum
"torchvision>=0.13",
"torchvision>=0.14",
]
dynamic = ["version"]

Просмотреть файл

@ -1,22 +1,22 @@
# setup
setuptools==68.2.0
setuptools==69.1.0
# install
einops==0.6.1
einops==0.7.0
fiona==1.9.5
kornia==0.7.0
lightly==1.4.21
lightning[pytorch-extra]==2.1.1
matplotlib==3.8.1
numpy==1.26.1
pandas==2.1.2
pillow==10.1.0
kornia==0.7.1
lightly==1.5.0
lightning[pytorch-extra]==2.2.0.post0
matplotlib==3.8.3
numpy==1.26.4
pandas==2.2.1
pillow==10.2.0
pyproj==3.6.1
rasterio==1.3.9
rtree==1.0.1
rtree==1.2.0
segmentation-models-pytorch==0.3.3
shapely==2.0.1
shapely==2.0.3
timm==0.9.2
torch==2.1.0
torchmetrics==1.2.0
torchvision==0.16.0
torch==2.2.1
torchmetrics==1.3.1
torchvision==0.17.1