diff --git a/pyproject.toml b/pyproject.toml index a717894d..f1766469 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,17 @@ authors = [ { name = "Carlos Gomes", email = "carlos.gomes@ibm.com" }, { name = "Joao Lucas de Sousa Almeida", email = "joao.lucas.sousa.almeida@ibm.com"}, { name = "Romeo Kienzler"}, - { name = "Benedikt Blumenstiel"} + { name = "Benedikt Blumenstiel"}, + { name = "Francesc Martí Escofet"}, + { name = "Paolo Fraccaro"}, + { name = "Pedro Henrique Conrado"}, + { name = "Jaione Tirapu Azpiroz"}, + { name = "Daniela Szwarcman"}, + { name = "Bianca Zadrozny"}, + { name = "Þorsteinn Elí Gíslason"}, + { name = "Raunak Bhansali"}, + { name = "Takao Moriyama"}, + { name = "Þorsteinn Elí Gíslason"} ] classifiers = [ "Development Status :: 2 - Pre-Alpha", @@ -29,24 +39,25 @@ classifiers = [ ] dependencies = [ - "torch==2.6.0", - "torchvision==0.21.0", - "rioxarray==0.18.2", + "torch", + "torchvision", + "rioxarray", "albumentations==1.4.10", "albucore==0.0.16", - "rasterio==1.4.3", - "torchmetrics==1.6.1", - "geopandas==1.0.1", - "lightly==1.5.18", - "jsonargparse==4.35.0", - "h5py==3.12.1", - "mlflow==2.20.1", - "lightning==2.5.0.post0", + "rasterio", + "torchmetrics", + "geopandas", + "lightly", + "jsonargparse<=4.35.0", + "h5py", + "mlflow", + "lightning", "segmentation-models-pytorch", - "jsonargparse==4.35.0", - "pytest==8.3.4", - "torchgeo==0.6.2", - "einops==0.8.0" + "jsonargparse", + "pytest", + #"torchgeo @ git+https://github.com/microsoft/torchgeo.git@fedf99375535f801565856cd774bfa9e5a251d55", + "torchgeo", + "einops" ]