Skip to content

Commit

Permalink
Merge pull request #806 from CoffeaTeam/pin-skooch
Browse files Browse the repository at this point in the history
Repin for ak + dak + dhi
  • Loading branch information
lgray authored May 11, 2023
2 parents 174dd0f + 33e33d4 commit 9248670
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ def get_description():


INSTALL_REQUIRES = [
"awkward>=2.1.4",
"awkward>=2.2.0",
"uproot>=5.0.7",
"dask[array]>=2023.4.0",
"dask-awkward>=2023.4.2",
"dask-histogram>=2023.4.4",
"dask-awkward>=2023.5.0",
"dask-histogram>=2023.5.0",
"correctionlib>=2.0.0",
"pyarrow>=6.0.0",
"fsspec",
Expand All @@ -80,8 +80,7 @@ def get_description():
EXTRAS_REQUIRE["spark"] = ["ipywidgets", "pyspark>=3.3.0", "jinja2"]
EXTRAS_REQUIRE["parsl"] = ["parsl>=2022.12.1"]
EXTRAS_REQUIRE["dask"] = [
"dask[dataframe]>=2022.12.1",
"distributed>=2022.12.1",
"distributed>=2023.4.0",
"bokeh>=1.3.4",
"blosc",
]
Expand Down

0 comments on commit 9248670

Please sign in to comment.