We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1393e20 commit 3f17778Copy full SHA for 3f17778
pyproject.toml
@@ -26,7 +26,8 @@ dependencies = [
26
"numpy>=1.26.0;python_version>='3.12'",
27
"pandas>=1.1.3;python_version<'3.10'",
28
"pandas>=1.3.4;python_version>='3.10' and python_version<'3.11'",
29
- "pandas>=1.5.0;python_version>='3.11'",
+ "pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
30
+ "pandas>=2.1.1;python_version>='3.12'",
31
"torch>=1.8.0;python_version<'3.10'",
32
"torch>=1.11.0;python_version>='3.10' and python_version<'3.11'",
33
"torch>=2.0.0;python_version>='3.11' and python_version<'3.12'",
0 commit comments