Skip to content

Commit 7c09a27

Browse files
authored
build: for recent python use dask 2024.3.0
1 parent ab27195 commit 7c09a27

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ classifiers = [
3939
dependencies = [
4040
"awkward>=2.5.2",
4141
"uproot>=5.3.0",
42-
"dask[array]>=2023.4.0",
42+
"dask[array]>=2024.3.0;python_version>'3.8'",
43+
"dask[array]>=2023.4.0;python_version<'3.9'",
4344
"dask-awkward>=2024.3.0",
4445
"dask-histogram>=2024.3.0",
4546
"correctionlib>=2.3.3",
@@ -67,7 +68,8 @@ Homepage = "https://github.com/coffeateam/coffea"
6768

6869
[project.optional-dependencies]
6970
dask = [
70-
"distributed>=2023.4.0",
71+
"distributed>=2024.3.0;python_version>'3.8'",
72+
"distributed>=2023.4.0;python_version<'3.9'",
7173
"bokeh!=3.0.*,>=2.4.2",
7274
]
7375
spark = [

0 commit comments

Comments
 (0)