Skip to content

Commit

Permalink
Make requirement just torch
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Nov 6, 2024
1 parent 4653034 commit 7feffd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
packages=find_packages(exclude=["tests", ".github"]),
python_requires=">=3.9",
install_requires=[
"torch<=2.5.1",
"torch",
"nnunetv2<=2.5.1",
"argparse",
"huggingface_hub"
Expand Down

0 comments on commit 7feffd2

Please sign in to comment.