Skip to content

Commit b04d4a3

Browse files
authored
enforce pandas (#194)
1 parent 491cb44 commit b04d4a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requires-python = ">= 3.9"
2525

2626
dependencies = [
2727
"requests >= 2",
28-
"pandas >= 1.1",
28+
"pandas >= 1.1, < 3",
2929
"joblib >= 1.1",
3030
"tabulate >= 0.8",
3131
"pyarrow >= 11",
@@ -104,7 +104,7 @@ dev-dependencies = [
104104
"moto[s3]>=5.0.5",
105105
"mypy",
106106
"patchelf>=0.17.2.1; sys_platform=='linux'",
107-
"pandas >= 1.1",
107+
"pandas >= 1.1, < 3",
108108
"pandas-stubs>1.1",
109109
"pip>=24.0",
110110
"polars",

0 commit comments

Comments
 (0)