Skip to content

Commit

Permalink
Can't install torch==2.2.1 with nightly version, on hold till they fu…
Browse files Browse the repository at this point in the history
…lly support it
  • Loading branch information
spirosmaggioros committed Nov 9, 2024
1 parent fcc196c commit 4647f05
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",
"torch<=2.2.1",
"nnunetv2<=2.2.1",
"argparse",
"huggingface_hub"
Expand Down

0 comments on commit 4647f05

Please sign in to comment.