diff --git a/pyproject.toml b/pyproject.toml index 5bd43255..25138f0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ release = [ ] test = [ "dask", - "pandas", + "pandas<2.1", "pytest<8", "pytest-cov<5", "pytest-mock<4",