From ca3d632958bd53f53c3c84a57cbdf92840d043c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20P=C3=A9rez-Garc=C3=ADa?= Date: Fri, 14 Jun 2024 20:06:49 +0100 Subject: [PATCH] Set upper bound of PyTorch version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7204930c9..f780f3bb5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ install_requires = nibabel numpy>=1.15 scipy - torch>=1.1 + torch>=1.1,<2.3 tqdm typer[all] python_requires = >=3.8, <3.13