diff --git a/requirements.txt b/requirements.txt index bb0a71a..18e6d12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -torch --index-url https://download.pytorch.org/whl/nightly/cpu +torch==2.3.1 nnunetv2==2.5.1 argparse huggingface_hub diff --git a/setup.py b/setup.py index 0018942..f980a5e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ packages=find_packages(exclude=["tests", ".github"]), python_requires=">=3.8", install_requires=[ - "torch", + "torch<=2.3.1", "nnunetv2", "argparse", "huggingface_hub"