Skip to content

Commit a742f83

Browse files
committed
Merge branch 'main' into agis/remove-test
2 parents 40d9817 + 11ca07c commit a742f83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test = [
5757
"hypothesis",
5858
"psutil",
5959
"pyarrow",
60-
"pandas",
60+
"pandas<3",
6161
"dask[distributed]",
6262
]
6363

@@ -118,6 +118,6 @@ test-requires = [
118118
"hypothesis",
119119
"psutil",
120120
"pyarrow",
121-
"pandas",
121+
"pandas<3",
122122
]
123123
test-command = "pytest {project}"

0 commit comments

Comments
 (0)