diff --git a/pyproject.toml b/pyproject.toml index 4fabff4fd0..b8f88f2dd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ test = [ "hypothesis", "psutil", "pyarrow", - "pandas", + "pandas<3", "dask[distributed]", ] @@ -118,6 +118,6 @@ test-requires = [ "hypothesis", "psutil", "pyarrow", - "pandas", + "pandas<3", ] test-command = "pytest {project}"