Skip to content

Commit ba0e2ea

Browse files
authored
Merge pull request #84 from dask-contrib/dak-pin-2023.5.1
build: pin dask-awkward to 2023.5.1 or greater
2 parents 7d10d02 + 1c6c92e commit ba0e2ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ dynamic = ["version"]
3535
complete = [
3636
"dask-sphinx-theme >=3.0.2",
3737
"dask[array,dataframe]",
38-
"dask_awkward",
38+
"dask_awkward >=2023.5.1",
3939
"hist",
4040
"pytest",
4141
"sphinx >=4.0.0",
4242
]
4343
docs = [
4444
"dask-sphinx-theme >=3.0.2",
4545
"dask[array,dataframe]",
46-
"dask_awkward",
46+
"dask_awkward >=2023.5.1",
4747
"sphinx >=4.0.0",
4848
]
4949
test = [
5050
"dask[array,dataframe]",
51-
"dask_awkward",
51+
"dask_awkward >=2023.5.1",
5252
"hist",
5353
"pytest",
5454
]

0 commit comments

Comments
 (0)