Skip to content

Commit

Permalink
Bump dask version
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Jan 21, 2025
1 parent 616a1d7 commit c4ea857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]

Expand Down

0 comments on commit c4ea857

Please sign in to comment.