We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20e4d84 + 6f05c1f commit f9da9e9Copy full SHA for f9da9e9
pyproject.toml
@@ -31,11 +31,11 @@ dependencies = [
31
"numpy>=1.26.0;python_version>='3.12' and python_version<'3.13'",
32
"numpy>=2.1.0;python_version>='3.13' and python_version<'3.14'",
33
"numpy>=2.3.2;python_version>='3.14'",
34
- "pandas>=1.4.0;python_version<'3.11'",
35
- "pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
36
- "pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'",
37
- "pandas>=2.2.3;python_version>='3.13' and python_version<'3.14'",
38
- "pandas>=2.3.3;python_version>='3.14'",
+ "pandas>=1.4.0,<3;python_version<'3.11'",
+ "pandas>=1.5.0,<3;python_version>='3.11' and python_version<'3.12'",
+ "pandas>=2.1.1,<3;python_version>='3.12' and python_version<'3.13'",
+ "pandas>=2.2.3,<3;python_version>='3.13' and python_version<'3.14'",
+ "pandas>=2.3.3,<3;python_version>='3.14'",
39
'tqdm>=4.29',
40
"copulas>=0.12.1;python_version<'3.14'",
41
"copulas>=0.14.0;python_version>='3.14'",
0 commit comments