From c65fabfab434fa828cb8355db111430fc8c80985 Mon Sep 17 00:00:00 2001 From: Spiros Maggioros Date: Thu, 12 Dec 2024 03:32:16 +0200 Subject: [PATCH] Don't see anything wrong with torch 2.3.1 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7a9cbca..147b972 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -torch==2.2.1 +torch==2.3.1 nnunetv2==2.5.1 argparse huggingface_hub diff --git a/setup.py b/setup.py index 78992ed..e231388 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ packages=find_packages(exclude=["tests", ".github"]), python_requires=">=3.9", install_requires=[ - "torch<=2.2.1", + "torch<=2.3.1", "nnunetv2<=2.5.1", "argparse", "huggingface_hub"