diff --git a/pyproject.toml b/pyproject.toml index 902195d..40a38c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "numpy>=1.21,<3.0.0", "scipy<=1.16.3", "scikit-image<=0.25.2", - "torch>=2.5,<=2.8.0", + "torch>=2.5,<=2.9.1", "torchmetrics<=1.8.2", "tqdm<=4.67.1", ]