Skip to content

Commit

Permalink
clean up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Jan 21, 2025
1 parent 6132b49 commit 3ec1afd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ classifiers = [
dependencies = [
"awkward>=2.6.7",
"uproot>=5.3.11",
"dask[array]>=2024.3.0;python_version>'3.8'",
"dask[array]>=2023.4.0,<2025;python_version<'3.9'",
"dask[array]>=2024.3.0,<2025.1.0",
"dask-awkward>=2024.9.0",
"dask-histogram>=2024.9.1",
"vector>=1.4.1",
Expand Down Expand Up @@ -71,8 +70,7 @@ Homepage = "https://github.com/coffeateam/coffea"

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

0 comments on commit 3ec1afd

Please sign in to comment.