Skip to content

Commit d8c9e3a

Browse files
committed
bump min torch version
1 parent 36de06d commit d8c9e3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ dependencies = [
3030
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
3131
"pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'",
3232
"pandas>=2.2.3;python_version>='3.13'",
33-
"torch>=1.9.0;python_version<'3.10'",
34-
"torch>=1.11.0;python_version>='3.10' and python_version<'3.11'",
33+
"torch>=1.13.0;python_version<'3.11'",
3534
"torch>=2.0.0;python_version>='3.11' and python_version<'3.12'",
3635
"torch>=2.2.0;python_version>='3.12' and python_version<'3.13'",
3736
"torch>=2.6.0;python_version>='3.13'",

0 commit comments

Comments
 (0)