Skip to content

Commit

Permalink
bump min dask
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed Feb 23, 2024
1 parent 2d8c788 commit df0e351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cloudpickle==1.5.0
dask[dataframe]==2022.11.1
distributed==2022.11.1
dask[dataframe]==2023.2.0
distributed==2023.2.0
holidays==0.17
numpy==1.25.0
packaging==20.0
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ test = [
"pytest-timeout >= 2.1.0"
]
dask = [
"dask[dataframe] >= 2022.11.1",
"distributed >= 2022.11.1",
"dask[dataframe] >= 2023.2.0",
"distributed >= 2023.2.0",
"woodwork[dask] >= 0.28.0",
]
spark = [
Expand Down

0 comments on commit df0e351

Please sign in to comment.