Skip to content

Commit

Permalink
python 3.13 support only for ubuntu | macos build till 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Nov 9, 2024
1 parent 64bf658 commit 35623e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.8",
install_requires=[
"torch",
"torch<=2.3.1",
"nnunetv2",
"argparse",
"huggingface_hub"
Expand Down

0 comments on commit 35623e5

Please sign in to comment.