Skip to content

Commit

Permalink
Merge pull request #1033 from CoffeaTeam/avoid-dask-2024.2.0
Browse files Browse the repository at this point in the history
fix(build): pin dask < 2024.2.0 until a fix in awkward is in place
  • Loading branch information
lgray committed Feb 11, 2024
2 parents 5d1a2b1 + 01a2c89 commit 92d9a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -39,7 +39,7 @@ classifiers = [
dependencies = [
"awkward>=2.5.2",
"uproot>=5.2.2",
"dask[array]>=2023.4.0",
"dask[array]<2024.2.0,>=2023.4.0",
"dask-awkward>=2024.2.0",
"dask-histogram>=2024.2.0",
"correctionlib>=2.3.3",
Expand Down Expand Up @@ -67,7 +67,7 @@ Homepage = "https://github.com/coffeateam/coffea"

[project.optional-dependencies]
dask = [
"distributed>=2023.4.0",
"distributed<2024.2.0,>=2023.4.0",
"bokeh!=3.0.*,>=2.4.2",
"blosc",
]
Expand Down

0 comments on commit 92d9a37

Please sign in to comment.