Skip to content

Commit 6f05c1f

Browse files
authored
Pin pandas below 3.0 (#2785)
1 parent c80808d commit 6f05c1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ dependencies = [
2929
"numpy>=1.24.0;python_version>='3.10' and python_version<'3.12'",
3030
"numpy>=1.26.0;python_version>='3.12' and python_version<'3.13'",
3131
"numpy>=2.1.0;python_version>='3.13'",
32-
"pandas>=1.4.0;python_version<'3.11'",
33-
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
34-
"pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'",
35-
"pandas>=2.2.3;python_version>='3.13'",
32+
"pandas>=1.4.0,<3;python_version<'3.11'",
33+
"pandas>=1.5.0,<3;python_version>='3.11' and python_version<'3.12'",
34+
"pandas>=2.1.1,<3;python_version>='3.12' and python_version<'3.13'",
35+
"pandas>=2.2.3,<3;python_version>='3.13'",
3636
'tqdm>=4.29',
3737
'copulas>=0.12.1',
3838
'ctgan>=0.11.1',

0 commit comments

Comments
 (0)