We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab27195 commit 7c09a27Copy full SHA for 7c09a27
pyproject.toml
@@ -39,7 +39,8 @@ classifiers = [
39
dependencies = [
40
"awkward>=2.5.2",
41
"uproot>=5.3.0",
42
- "dask[array]>=2023.4.0",
+ "dask[array]>=2024.3.0;python_version>'3.8'",
43
+ "dask[array]>=2023.4.0;python_version<'3.9'",
44
"dask-awkward>=2024.3.0",
45
"dask-histogram>=2024.3.0",
46
"correctionlib>=2.3.3",
@@ -67,7 +68,8 @@ Homepage = "https://github.com/coffeateam/coffea"
67
68
69
[project.optional-dependencies]
70
dask = [
- "distributed>=2023.4.0",
71
+ "distributed>=2024.3.0;python_version>'3.8'",
72
+ "distributed>=2023.4.0;python_version<'3.9'",
73
"bokeh!=3.0.*,>=2.4.2",
74
]
75
spark = [
0 commit comments