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 85476d2 commit e2d4911Copy full SHA for e2d4911
pyproject.toml
@@ -23,8 +23,8 @@ readme = 'README.md'
23
dependencies = [
24
"numpy>=1.21.0;python_version<'3.10'",
25
"numpy>=1.23.3;python_version>='3.10' and python_version<'3.12'",
26
- "numpy>=1.26.0;python_version>='3.12' and python_version<'3.13",
27
- "numpy>=1.26.2;python_version>='3.13',
+ "numpy>=1.26.0;python_version>='3.12' and python_version<'3.13'",
+ "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'",
0 commit comments