Skip to content

Commit

Permalink
Merge pull request #1059 from CoffeaTeam/update-dask-pin
Browse files Browse the repository at this point in the history
build: for recent python use dask 2024.3.0
  • Loading branch information
lgray committed Mar 12, 2024
2 parents ab27195 + 7c09a27 commit 478b312
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Expand Up @@ -39,7 +39,8 @@ classifiers = [
dependencies = [
"awkward>=2.5.2",
"uproot>=5.3.0",
"dask[array]>=2023.4.0",
"dask[array]>=2024.3.0;python_version>'3.8'",
"dask[array]>=2023.4.0;python_version<'3.9'",
"dask-awkward>=2024.3.0",
"dask-histogram>=2024.3.0",
"correctionlib>=2.3.3",
Expand Down Expand Up @@ -67,7 +68,8 @@ Homepage = "https://github.com/coffeateam/coffea"

[project.optional-dependencies]
dask = [
"distributed>=2023.4.0",
"distributed>=2024.3.0;python_version>'3.8'",
"distributed>=2023.4.0;python_version<'3.9'",
"bokeh!=3.0.*,>=2.4.2",
]
spark = [
Expand Down

0 comments on commit 478b312

Please sign in to comment.