Skip to content

Commit

Permalink
Merge pull request #794 from CoffeaTeam/bound-upper-dask
Browse files Browse the repository at this point in the history
Pin dask < 2023.4.0 while dask_awkward isn't compatible
  • Loading branch information
lgray committed Apr 14, 2023
2 parents 8445777 + 0f783eb commit c10b351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_description():
INSTALL_REQUIRES = [
"awkward>=2.1.3",
"uproot>=5.0.7",
"dask[array]>=2022.12.1",
"dask[array]>=2022.12.1,<2023.4.0",
"dask-awkward>=2023.4.1",
"dask-histogram>=2023.4.1",
"correctionlib>=2.0.0",
Expand Down

0 comments on commit c10b351

Please sign in to comment.