@@ -7,23 +7,23 @@ include = ["terratorch*"]
77
88[project ]
99name = " terratorch"
10- version = " 0.99.9 "
10+ version = " 1.0 "
1111description = " TerraTorch - A model training toolkit for geospatial tasks"
1212license = { "text" = " Apache License, Version 2.0" }
1313readme = " README.md"
1414requires-python = " >=3.10"
1515keywords = [" fine-tuning" , " geospatial foundation models" , " artificial intelligence" ]
1616authors = [
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
4141dependencies = [
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