Skip to content

Commit a663a6a

Browse files
Merge pull request #688 from IBM/romeokienzler-patch-3
release 1.0.2 pyproject.toml
2 parents 7ae857a + 51a650e commit a663a6a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

pyproject.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["terratorch*"]
77

88
[project]
99
name = "terratorch"
10-
version = "1.0.1"
10+
version = "1.0.2"
1111
description = "TerraTorch - A model training toolkit for geospatial tasks"
1212
license = { "text" = "Apache License, Version 2.0" }
1313
readme = "README.md"
@@ -39,27 +39,27 @@ classifiers = [
3939
]
4040

4141
dependencies = [
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]

0 commit comments

Comments
 (0)