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 e2d4911 commit 10ff4dcCopy full SHA for 10ff4dc
pyproject.toml
@@ -27,7 +27,8 @@ dependencies = [
27
"numpy>=1.26.2;python_version>='3.13'",
28
"pandas>=1.4.0;python_version<'3.11'",
29
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
30
- "pandas>=2.1.1;python_version>='3.12'",
+ "pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'",
31
+ "pandas>=2.2.3;python_version>='3.13'",
32
'plotly>=5.10.0',
33
"scipy>=1.7.3;python_version<'3.10'",
34
"scipy>=1.9.2;python_version>='3.10' and python_version<'3.12'",
0 commit comments