Skip to content

Commit

Permalink
restrict dask in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed Mar 19, 2024
1 parent 493feb7 commit 85fdb1a
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 @@ -65,8 +65,8 @@ test = [
"pytest-timeout >= 2.1.0"
]
dask = [
"dask[dataframe] >= 2023.2.0",
"distributed >= 2023.2.0",
"dask[dataframe] >= 2023.2.0, <2024.3.0",
"distributed >= 2023.2.0, <2024.3.0",
"woodwork[dask] >= 0.28.0",
]
spark = [
Expand Down

0 comments on commit 85fdb1a

Please sign in to comment.