Skip to content

Commit 23592fe

Browse files
Don't see anything wrong with torch 2.3.1
1 parent 936085c commit 23592fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch==2.2.1
1+
torch==2.3.1
22
nnunetv2==2.5.1
33
argparse
44
huggingface_hub

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
packages=find_packages(exclude=["tests", ".github"]),
2323
python_requires=">=3.8",
2424
install_requires=[
25-
"torch<=2.2.1",
25+
"torch<=2.3.1",
2626
"nnunetv2<=2.5.1",
2727
"argparse",
2828
"huggingface_hub"

0 commit comments

Comments
 (0)