File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ include = ["terratorch*"]
77
88[project ]
99name = " terratorch"
10- version = " 1.0.1 "
10+ version = " 1.0.2 "
1111description = " TerraTorch - A model training toolkit for geospatial tasks"
1212license = { "text" = " Apache License, Version 2.0" }
1313readme = " README.md"
@@ -39,27 +39,27 @@ classifiers = [
3939]
4040
4141dependencies = [
42- " torch" ,
43- " torchvision" ,
44- " rioxarray" ,
42+ " torch==2.7.0 " ,
43+ " torchvision==0.22.0 " ,
44+ " rioxarray==0.19.0 " ,
4545 " albumentations==1.4.6" ,
4646 " albucore==0.0.16" ,
47- " rasterio" ,
48- " torchmetrics" ,
49- " geopandas" ,
50- " lightly" ,
47+ " rasterio==1.4.3 " ,
48+ " torchmetrics==1.7.1 " ,
49+ " geopandas==1.0.1 " ,
50+ " lightly==1.5.20 " ,
5151 " jsonargparse<=4.35.0" ,
52- " h5py" ,
53- " mlflow" ,
54- " lightning" ,
52+ " h5py==3.13.0 " ,
53+ " mlflow==2.22.0 " ,
54+ " lightning==2.5.1.post0 " ,
5555 " segmentation-models-pytorch<=0.4.0" ,
56- " jsonargparse" ,
57- " pytest" ,
58- " torchgeo" ,
59- " einops" ,
56+ " jsonargparse==4.35.0 " ,
57+ " pytest==8.3.5 " ,
58+ " torchgeo==0.7.0 " ,
59+ " einops==0.8.1 " ,
6060 " timm>=1.0.15" ,
61- " huggingface_hub" ,
62- " tifffile"
61+ " huggingface_hub==0.30.2 " ,
62+ " tifffile==2025.3.30 " ,
6363]
6464
6565[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments