diff --git a/pyproject.toml b/pyproject.toml index 940231b..c4630ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,8 @@ requires-python = ">=3.9" dependencies = [ 'nested-pandas>=0.3.1,<0.4.0', 'numpy', - 'dask>=2024.3.0', - 'dask[distributed]>=2024.3.0', + 'dask>=2025.1.0', + 'dask[distributed]>=2025.1.0', 'pyarrow', ]