Skip to content

Commit f9da9e9

Browse files
authored
Merge branch 'main' into issue-2776-support-python-314
2 parents 20e4d84 + 6f05c1f commit f9da9e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ dependencies = [
3131
"numpy>=1.26.0;python_version>='3.12' and python_version<'3.13'",
3232
"numpy>=2.1.0;python_version>='3.13' and python_version<'3.14'",
3333
"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'",
34+
"pandas>=1.4.0,<3;python_version<'3.11'",
35+
"pandas>=1.5.0,<3;python_version>='3.11' and python_version<'3.12'",
36+
"pandas>=2.1.1,<3;python_version>='3.12' and python_version<'3.13'",
37+
"pandas>=2.2.3,<3;python_version>='3.13' and python_version<'3.14'",
38+
"pandas>=2.3.3,<3;python_version>='3.14'",
3939
'tqdm>=4.29',
4040
"copulas>=0.12.1;python_version<'3.14'",
4141
"copulas>=0.14.0;python_version>='3.14'",

0 commit comments

Comments
 (0)