diff --git a/pyproject.toml b/pyproject.toml index 0721d4e..94df3d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "numpy>=1.21,<3.0.0", "scipy<=1.17.1", "scikit-image<=0.26.0", - "torch>=2.5,<=2.11.0", + "torch>=2.5,<=2.12.0", "torchmetrics<=1.8.2", "tqdm<=4.67.3", ]