Skip to content

Commit 9519304

Browse files
committed
release 1.0
1 parent fcab6ad commit 9519304

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

pyproject.toml

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

88
[project]
99
name = "terratorch"
10-
version = "0.99.9"
10+
version = "1.0"
1111
description = "TerraTorch - A model training toolkit for geospatial tasks"
1212
license = { "text" = "Apache License, Version 2.0" }
1313
readme = "README.md"
1414
requires-python = ">=3.10"
1515
keywords = ["fine-tuning", "geospatial foundation models", "artificial intelligence"]
1616
authors = [
17-
{ name = "Carlos Gomes", email = "carlos.gomes@ibm.com" },
1817
{ name = "Joao Lucas de Sousa Almeida", email = "joao.lucas.sousa.almeida@ibm.com"},
1918
{ name = "Romeo Kienzler"},
2019
{ name = "Benedikt Blumenstiel"},
20+
{ name = "Carlos Gomes" },
2121
{ name = "Francesc Martí Escofet"},
2222
{ name = "Paolo Fraccaro"},
2323
{ name = "Pedro Henrique Conrado"},
2424
{ name = "Jaione Tirapu Azpiroz"},
25-
{ name = "Daniela Szwarcman"},
2625
{ name = "Bianca Zadrozny"},
26+
{ name = "Daniela Szwarcman"},
2727
{ name = "Þorsteinn Elí Gíslason"},
2828
{ name = "Raunak Bhansali"},
2929
{ name = "Takao Moriyama"},
@@ -39,25 +39,24 @@ classifiers = [
3939
]
4040

4141
dependencies = [
42-
"torch",
43-
"torchvision",
44-
"rioxarray",
42+
"torch==2.6.0",
43+
"torchvision==0.21.0",
44+
"rioxarray==0.18.2",
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.6.2",
49+
"geopandas==1.0.1",
50+
"lightly==1.5.19",
5151
"jsonargparse<=4.35.0",
52-
"h5py",
53-
"mlflow",
54-
"lightning",
52+
"h5py==3.13.0",
53+
"mlflow==2.20.3",
54+
"lightning==2.5.0.post0",
5555
"segmentation-models-pytorch",
56-
"jsonargparse",
57-
"pytest",
58-
#"torchgeo @ git+https://github.com/microsoft/torchgeo.git@fedf99375535f801565856cd774bfa9e5a251d55",
59-
"torchgeo",
60-
"einops",
56+
"jsonargparse==4.35.0",
57+
"pytest==8.3.5",
58+
"torchgeo==0.6.2",
59+
"einops==0.8.1",
6160
"timm>=1.0.15"
6261
]
6362

0 commit comments

Comments
 (0)