Skip to content

Commit

Permalink
repin dask, dask-awkward (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored May 15, 2023
1 parent 21d2a4d commit 5940b89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ where = src

[options.extras_require]
dask =
dask<2023.4.0
dask-awkward>=2023.3.2
dask>=2023.4.0
dask-awkward>=2023.4.2
dev =
pytest>=4.6
docs =
Expand All @@ -56,8 +56,8 @@ docs =
test =
pytest>=4.6
uproot>=5
dask<2023.4.0;python_version>"3.7"
dask-awkward>=2023.3.2;python_version>"3.7"
dask>=2023.4.0;python_version>"3.7"
dask-awkward>=2023.4.2;python_version>"3.7"

[tool:pytest]
addopts = -vv -rs -Wd
Expand Down

0 comments on commit 5940b89

Please sign in to comment.