From 296ecbe53a7e2131cc8ae48ce108653efee83c05 Mon Sep 17 00:00:00 2001 From: Leonardo P Tizzei Date: Tue, 4 Nov 2025 11:45:21 -0300 Subject: [PATCH] remove torchgeo constraint Signed-off-by: Leonardo P Tizzei --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1f4527..fff020c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dependencies = [ "optuna-integration", "psutil", "tabulate>=0.9.0", -"torch<=2.2.2", +"torch", "seaborn" ]