Skip to content

Commit

Permalink
Correct torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Dec 11, 2024
1 parent 2a0c6af commit fa8f1c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch>=2.2.1
nnunetv2>=2.2.1
torch==2.2.1
nnunetv2==2.5.1
argparse
huggingface_hub
pathlib
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
download_url="https://github.com/CBICA/DLWMLS/",
url="https://github.com/CBICA/DLWMLS/",
packages=find_packages(exclude=["tests", ".github"]),
python_requires=">=3.8",
python_requires=">=3.9",
install_requires=[
"torch>=2.2.1",
"torch<=2.2.1",
"nnunetv2>=2.2.1",
"argparse",
"huggingface_hub",
Expand Down

0 comments on commit fa8f1c8

Please sign in to comment.