We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36de06d commit d8c9e3aCopy full SHA for d8c9e3a
pyproject.toml
@@ -30,8 +30,7 @@ dependencies = [
30
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
31
"pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'",
32
"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'",
+ "torch>=1.13.0;python_version<'3.11'",
35
"torch>=2.0.0;python_version>='3.11' and python_version<'3.12'",
36
"torch>=2.2.0;python_version>='3.12' and python_version<'3.13'",
37
"torch>=2.6.0;python_version>='3.13'",
0 commit comments