diff --git a/pyproject.toml b/pyproject.toml index 764d3ad..00b1af3 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.12.0", + "torch>=2.5,<=2.12.1", "torchmetrics<=1.8.2", "tqdm<=4.68.3", ]