Skip to content

Commit

Permalink
add dask-awkward dependency in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Feb 8, 2025
1 parent 982d2a1 commit 4184ef9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ classifiers = [
dependencies = [
"boost-histogram>=1.3.2",
"dask>=2021.03.0",
"dask-awkward >=2025",
]
dynamic = ["version"]

Expand All @@ -39,7 +40,6 @@ complete = [
docs = [
"dask-sphinx-theme >=3.0.2",
"dask[array,dataframe]",
"dask-awkward >=2023.10.0",
# FIXME: `sphinxcontrib-*` pins are a workaround until we have sphinx>=5.
# See https://github.com/dask/dask-sphinx-theme/issues/68.
"sphinx >=4.0.0",
Expand All @@ -51,7 +51,6 @@ docs = [
]
test = [
"dask[array,dataframe]",
"dask-awkward >=2023.10.0",
"hist",
"pytest",
]
Expand Down

0 comments on commit 4184ef9

Please sign in to comment.