Skip to content

Commit

Permalink
pin dask-awkward to 2023.5.1 or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored May 16, 2023
1 parent 7d10d02 commit 1c6c92e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@ dynamic = ["version"]
complete = [
"dask-sphinx-theme >=3.0.2",
"dask[array,dataframe]",
"dask_awkward",
"dask_awkward >=2023.5.1",
"hist",
"pytest",
"sphinx >=4.0.0",
]
docs = [
"dask-sphinx-theme >=3.0.2",
"dask[array,dataframe]",
"dask_awkward",
"dask_awkward >=2023.5.1",
"sphinx >=4.0.0",
]
test = [
"dask[array,dataframe]",
"dask_awkward",
"dask_awkward >=2023.5.1",
"hist",
"pytest",
]
Expand Down

0 comments on commit 1c6c92e

Please sign in to comment.